Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9715 - 9744 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9715
I just installed Io-2007-01-04 (which presents itself as Io 20061207 on my PPC G5 Mac), and ode-0.5 (doing a "sudo port install ode"). When I try to run the...
Jon Kleiser
jon_kleiser
Offline Send Email
Jan 4, 2007
9:50 am
9716
Hi Jon, ... Sadly, "Scheduler: nothing left to resume so we are exiting" is a catch all error which doesn't provide many leads. Does tutorial1.io error as well...
Quag
quagath
Offline Send Email
Jan 5, 2007
12:15 am
9717
Jon- I have this working on OSX 10.4 You need to have the OpenGL SDK from Xcode installed- Then add ODE as you have done- (I had to copy the ODE libs to...
Nathan Seven
scosol
Offline Send Email
Jan 5, 2007
4:00 am
9718
What date is that the Io interpreter shows? Every time I run the interpreter in interactive mode, I get something like $ io Io 20061207 Io> I compiled this...
Thiago Arrais
thiago.arrais@...
Send Email
Jan 5, 2007
1:31 pm
9719
It's an arbitrary date. -- Jeremy Tregunna jtregunna@... ... It's an arbitrary date. -- Jeremy Tregunna jtregunna@... On 5-Jan-07, at 6:29 AM,...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 5, 2007
2:06 pm
9720
Hi Thiago, ... It is (normally) the date of the last 'offical' release. That is, the date of the last tarball. Thanks, Jonathan....
Quag
quagath
Offline Send Email
Jan 5, 2007
11:33 pm
9721
... That's right. There was a bug in the release process that wasn't updating it which was just fixed. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 6, 2007
12:22 am
9722
Question answered. Thanks to everybody...
Thiago Arrais
thiago.arrais@...
Send Email
Jan 6, 2007
4:10 pm
9723
... Today I tried to run the /addons/Socket/samples/HTTPServer.io with the latest darcs repo io. That also gave me a "Scheduler: nothing left to resume so we...
Jon Kleiser
jon_kleiser
Offline Send Email
Jan 9, 2007
3:50 pm
9724
Just to comment, I usually got these errors when one of my test Io scripts made its way into one of the io/ directories. -- Jeremy Tregunna ...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 9, 2007
4:15 pm
9725
I'm reluctant to add operators, but I find I use newSlot so frequently, that it might be worth having one for it. What do folks here think about ::= or : or...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 9, 2007
4:20 pm
9726
... This one looks better, at least from a Self perspective. (Though don't take this as an endorsement, I'm not taking a side on this issue. =]) ... -- Jeremy...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 9, 2007
4:32 pm
9727
... We definitely need an operator for newSlot. I also use it quite a bit and notice it is used a lot in the code I read. Would look much better with some...
Trevor Fancher
trevorfancher
Offline Send Email
Jan 9, 2007
8:35 pm
9728
... I have never used newSlot. Is there any other advantage (over setSlot) than getting the setter method for free? (I haven't had much use for setter methods...
Jon Kleiser
jon_kleiser
Offline Send Email
Jan 10, 2007
11:23 am
9729
I have been studying Io for about a month now and would like to get past the toy examples and engage on a real project to learn a little more. For that ...
Thiago Arrais
thiago.arrais@...
Send Email
Jan 11, 2007
12:06 pm
9730
My 2p: Unit testing is already there, mocking seems a bit pointless in Io, XML is (sort of) already there - but could use some improvement and testing - and...
Carlos Villela
carlos_ville...
Offline Send Email
Jan 11, 2007
12:34 pm
9731
... - a XMPP (aka Jabber) library - JSON serializer, deserializer...
oliver oli
oliver.oli@...
Send Email
Jan 11, 2007
2:34 pm
9732
A networking library like python's twisted framework (except using Io's coroutines instead of state machines) would be nice: http://twistedmatrix.com/ - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 11, 2007
3:21 pm
9733
... +1 to this; Io is severely lacking when it comes to decent collections lib. Though -1 to ruby-style. While simple, it leaves a lot to be desired. -- Jeremy...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 11, 2007
4:13 pm
9734
... http://www.quag.geek.nz/io/json.io Thanks, Jonathan....
Quag
quagath
Offline Send Email
Jan 11, 2007
8:11 pm
9735
the libxml2 stuff is pseudo-abandoned. It could use an API review and some fixing/docs/stuff. Quag and I did the original work and then I got busy with non-Io...
Brian L.
zoranderc
Offline Send Email
Jan 11, 2007
8:57 pm
9736
... There are bindings for xmlWriter and xmlTextReader, but it would be nice to have full xmlNode, xpath and xslt support. ... Io> list(4,5,2,4,1,2,3,4)...
Quag
quagath
Offline Send Email
Jan 11, 2007
9:26 pm
9737
Oh, does anyone have implimentations for the missing List methods, Carlos suggested? Thanks, Jonathan....
Quag
quagath
Offline Send Email
Jan 11, 2007
10:17 pm
9738
... You might try the SGML addon (it handles SGML, XML, HTML) and isn't strict. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 11, 2007
10:42 pm
9739
I think I will go with the list/collections stuff that Carlos suggested. It seems to be sufficiently simple for a start and useful enough to attract some ...
Thiago Arrais
thiago.arrais@...
Send Email
Jan 12, 2007
12:40 pm
9740
... That's not how Io's form works. The map implementation looks at the message if it's only got one argument, and applies it to the value of the current...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 12, 2007
1:23 pm
9741
... Yup. Tried that. I should have said that Io just sends the message to the individual elements. Anyway, it really looks more functional to my eyes. And I...
Thiago Arrais
thiago.arrais@...
Send Email
Jan 12, 2007
1:32 pm
9742
... The existing ones work just fine, don't worry about them :)...
Carlos Villela
carlos_ville...
Offline Send Email
Jan 12, 2007
1:53 pm
9743
... I think that's one more step towards a non-simple language for a language that wants to be simple. What about making := behave as newSlot? I don't use ...
Mike Austin
mike_ekim
Offline Send Email
Jan 13, 2007
8:20 am
9744
... . would be ambiguous though. Consider the following code: 5 42 := "forty-two" 5.42 <-- what do we return? the floating point number 5.45 or "forty- two"? ...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 13, 2007
1:16 pm
Messages 9715 - 9744 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help