Hey everyone. I'm looking to see if we can get the weekly or semi- weekly Io meetings back together, starting this weekend. For those not in the know, we like...
I asked on #io but I had to leave so I decided to post it here. Here's the original messages: <pebblestone> I have two question. In io, everything is an...
Hi Huang, ... If you're asking if numbers and characters are objects, the answer is yes. ... The new object is empty and it's first proto points to the object ...
I'd be interested in the occasional weekend meetup, provided more than 24 hours notice. Just wanted to throw that out there, so future interest can be...
Jared Hanson
jaredhanson@...
Feb 6, 2007 12:05 am
9770
sooo sad. I thought you meant South Florida :-/...
I am trying to build the hello world example from the docs on embedding. I am getting a error on fread redefinition, from bytearray.h. If I comment out the...
Hi, When I run Io (2007-02-17 repository version) in my shell and I type 'println' in the CLI, I get the following exception: Sequence does not respond to...
... Thanks for the bug report - I've pushed a fix for that. ... The dev repo is a development repo, not a release repo and should always be considered...
Hi, Sorry about that, when I zipped up the binaries somehow I nuked the headers. You'd need the headers from the moment in time I compiled the libraries. At...
On this page: http://www.iolanguage.com/about/faq/ there is an example of Smalltalk method ambiguity: it's said that THIS: a b: 1 c: 2 is equal to this: a...
... Hi Sam, The text before that example explains the use of bc: there: "Infix has issues with variable arguments. The ":"s in Smalltalk are part of the...
I just downloaded, built and installed Io-2007-02-22.tar.gz on my G5 PPC Mac. When I try to run included scripts like addons/Flux/samples/China/china.io ...
... I have now downloaded, built and installed Io-2007-02-26.tar.gz. When I try those three scripts now, I get "Scheduler: nothing left to resume so we are...
I just grabbed a new darcs repo from scratch (808 patches), built and installed on my G5 PPC Mac. The addons/OpenGL/samples/cube.io works fine, but the two...
I see from the downloads/changes/ that quaggy has done something to improve Number asString precision, and I got tempted to test an old issue, using the latest...
Hi Jon, I've pushed out another patch for number. This one allocates a much larger string and will compile on non-gcc compilers. ;-) Let me know if there are...
Hey guys, how do I do a static build with Range and Vector? I'm having trouble compiling Io in Ubuntu 2.6.15 - sorry I don't have time to debug. It would be ...
Hello all. I looked into Io awhile back, then fell out of projects that needed scripting and fell away. I've just come back out of curiosity, and am liking...