Re: Is Io broken enough that I should un-install it?
gatesphere <[email protected]> Sun, 19 Feb 2012 23:02:33 -0500
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
I use the current version of Io on cygwin, linux, and Mac. As far as I know, Socket isn't broken. There's probably an issue with your code. Here's a sample server implementation that I wrote (it sets up a server that acts as a RPN calculator): https://github.com/gatesphere/io-codejams/tree/master/2011/12/20111213-calcserv Which linux distro are you using, Ubuntu? If so, I have a package pre-built which has a working version of Socket (assuming you have libevent installed). It's actually linked on the Io homepage, or at the iobin project page (http://iobin.suspended-chord.info/). Best of luck, I'll help with what I can. -->Jake On 2/19/2012 10:57 PM, Duke Normandin wrote: > > On Sun, 19 Feb 2012 22:40:08 -0500 > gatesphere <[email protected] <mailto:gatesphere%40gmail.com>> wrote: > > > Io works perfectly for me in most cases... including Socket > > (unless I'm on cygwin). Not sure what the issue is on your end, > > but Io is my favorite little language. > > Are you using the current version of Io? On what platform? I > thought I understood that the Socket addon was broken in the > current version of Io? > > I was very much attracted to Io right from the start. However, the > nagging Io issues I've been having is dampening my enthusiasm. > Maybe it's an Io/Linux issue? > > > If you really want to uninstall it, then yes, make uninstall, > > then just remove the entire source tree. > > Thanks .... > > -- > Duke > >