... I just installed the OS X GUI frontends and went from there. Surely there would be an easy way to do this using the CLI versions of the tools. I can get...
10704
Brian Mitchell
binary42@...
May 8, 2008 12:36 am
... It would be nice if they supported doxygen but I have my doubts that they will. It wouldn't be hard to setup a hook however. They have the URL post back...
... I'd be willing to set aside some time to help with this if we can get someone willing to get it talking to TextMate so we can step through code and have it...
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;...
... I wanted to show that you can inspect intermediate results besides finite results of expressions. I should've explained it. (There is an unspoken rule in...
... Yes, I got that. What struck me as odd was it being written as {{{ object println method }}} instead of {{{ object method println}}}. I guess it's just...
10698
Brian Mitchell
binary42@...
May 7, 2008 8:50 pm
... It looks great actually. This will make a great reference and might come in handy when going through something with gdb. Rock on, Brian....
... The {{{ println }}} method prints some representation of object the message is sent to and returns the object unmodified. So, you can insert it seamlessly...
Hello! ... Why do we have the issues section in the page, then? Shouldn't it just point here? It confuses people (as it confused me! =P). ... Debugging printf...
Finally, I found a solution that meets my requeriments using iconv_open/iconv/iconv_close to convert a string from LATIN1 to UTF8 and then, in the Io program...
Thank you very much. I will give it a try. I want to embed Io into a C++ application which will pass the string to an Io program to be parsed. So I will see if...
... There's no Message previous method, which AFACT, is what you're asking for. One trick to get around it that's reasonably efficient would be to do this...
Currently, Io treats interactive input, program code and program arguments as UTF8 (ignoring locale, too). The only way you can pass non-UTF data to Io is...
10683
Oscar Martinez
wasi.network@...
May 6, 2008 8:48 pm
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...
Very funny! The slot 'previous39; is implemented in internal representation, accessor method for it is implemented too and it is even documented -- but not bound...
... Oops. A while ago it seemed to me that message tree does have previous pointer... Since it's not there, you're left with inspecting the 'self' object for...
Unfortunately there is no easy way to to get the previous message. You can go through all the message objects returned by Collector allObjects, check for the...
IMHO, the best way to submit bugs is either to this list or directly to Steve Dekorte. You can write: pDebug := method(call message prev name print; self) I...
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,...