Hello! =) My name is Paulo Köch. I'm from Porto, Portugal. I discovered Io through _why's post and I'm enjoying it very much! I already tried to contribute,...
Hullo, First time posting to the list, and just starting to play around with Io. I'm trying to understand how to use OperatorTable based on previous examples...
There are other messages about building Io on OSX Leopard but they don't seem to apply. I've built the VM and it works fine, but I can't build the add-ons;...
Hi all! I'm quite newbie to Io, I discovered it the year before, during summer holidays and I have to say I love it. All of you are doing a great job. Well, my...
What's the best way to install git (the new source control system for Io) on Mac OS X? I downloaded git-1.5.0.tar.bz2.tar and followed the instructions ("make"...
Hello all! It seems that I cannot install Addons on my Slackware 11 and 12 machines. I've downloaded latest release from iolanguage.com. First obstacle was...
First of all the source tarball (unless it's been updated in March) doesn't build at all on Ubuntu, because of a problem that some "cp" commands refer to the...
I've moved the official repo to github: git clone git://github.com/stevedekorte/io.git Please update your repos and let me know if this works ok. Cheers, -...
Hi! I'm trying to build Io on FreeBSD for the first time. Usually I build it on Debian, which is straightforward. Using the latest tarball, Io-2008-02-09, I...
ell I have sit down and wrote an Addon for Io. Which in fact does not much but handling a structure in C (not even all functions have been wrapped) I just...
I've found a trivially reproducible bug: Message fromString("/* /* */") I don't have time to study the parser and would be grateful if Quag checks this. ...
Here's a bunch of patches: Fix for UnicodeTest that was broken upon Lobby cleanup, Remove too aggressive dependency installator from TagLib I complained about...
While thinking about ways to improve the expression evaluator, a simple way to implement a lexical do occurred to me: Object lexicalDo := method(thisMessage...
If I have not misunderstood the purpose of this method, maybe there is a bug in MutableSequence replaceFirstSeq. Following is a patch. ... +++ IoSeq_mutable.c...
Google SoC opened doors. I think it's will be great if Io could take part of it. There are good mentors, and hopefully, good students will come up. ...
Hi, all, It's been a while since I last used Io. After a git pull build process fails in two points where I think it should not: First, addon TagDB ignores Io...
I have methods that accept arbitrary params. I want to memoize the results based on the params. The following code works. Thanks to Steve for the help with...
Hey, I'm trying to get a build on OS X, but loading the Zlib addon (the only one I built) causes the VM to crash with the message: Scheduler: nothing left to...
This does what I want in the case of explicit calls: -_-_-_-_-_-_ Call callStack := method( stack := list( self ) while( stack last getSlot("sender") and stack...
A new version of china.io (changed "launchPath" into "System launchPath") is now available here: <http://folk.uio.no/jkleiser/china/> Can someone please...
Hi all, (IMHO) currently Io isn't production ready... but I want to know if something is working in this way (more robust implementation, better performance...
Hello, I tried to compile Io-2008-02-09 on cygwin with gcc 4.2.2 and got tons of compiler errors. Anyone have success with compilation on cygwin ? Regards Ron ...