Hi all, I have just started to look for the iolanguage. I am using Mac OS X Panther. I have succesful compiled the VM and the Server modules. I got stucked...
That's a really good idea, but I have a few questions. Would there be a search path for packages (like PYTHONPATH)? Is it possible to make modules not...
I run configure before make (as usual :) The true problem is the compilation error: in the module IoDesktop-2004-04-25/IoDesktop/Audio I got an error on ...
You can find some good article on http://www-106.ibm.com/developerworks/java/library/j-jtp11253/ It describe the Java GC, but you can apply the same ideas to...
Just wrote auto getter/setter and thought I'd share it: Object newSlot := method(name, value, self setSlot(name, value) self setSlot("set" .. name capitalized,...
... Well, creating a setter slot is relatively expensive so I don't know if it would be practical to do it for every slot creation. Also, I don't want setters...
... I'm with Steve. What's the use of getter and setter methods if there isn't access control anyway? It's just a formality. I don't use get/set methods...
... Well, there are some cases where getters and setters are useful : - For an untyped language, the possibility to make assertions on the object type and...
IoDesktop-2004-05-07 builds fine on my Mac OS X 10.3.3. Some observations: To be able to run the IoDesktop/test.io properly, I had to change line 25 to ...
... .. ... Hi. Here's a bit of a different approach (unfortunately, I wasn't able to get this to actually work, but I think you'll get the general idea): ...
I must say again that I find the GUI of SongJam, and especially the OpenPan= el browser you get when you click the Add Loop button, very impressing. I know...
Jon, Thanks for the fixes. ... Yup, SongJam uses Ion. SongJam is currently using the Neos theme (by Daisuke Yamashita). Once I update the Milk theme, we'll be...
How about this: := makes a slot along with getters and setters and = calls the setter. That way you can have setters and at the same time be able to override...
Io mode version 0.4 is available: http://www.alcyone.com/software/io-mode/io-mode.el This corrects some typos in the name tables, supports blinking ...
Greetings all (again), I found what appears to be a String memory bug in IoVM 20040507 running on Debian Linux. Here is my test program: a := Object clone (a...
This is an update of my patch to "Object perform" for Io 20040507. What's this about: current "Object perform" permits obj perform(aMessage) obj...
Tobias Peters
tpeters@...
May 9, 2004 10:07 pm
3870
... Thanks for the bug report. Looks like it's not a memory bug or a crash - just a stack overflow from an infinite loop. Here's the fix: In IoState.c,...
... To ensure that we're talking about the same question, I will give an example for what you asked. m := method(write("Method activated with self == ", self,...
Tobias Peters
tpeters@...
May 10, 2004 8:04 am
3873
... ^^^ activating...
Tobias Peters
tpeters@...
May 10, 2004 8:22 am
3874
I'm thinking of using Trees, but from the docs here ... <http://www.iolanguage.com/Source/release/Io/IoServer/Tree/_docs/Tree.html> ... I cannot figure how to...