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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3846 - 3875 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3846
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...
Giovanni Giorgi
giorgi_g
Offline Send Email
May 2, 2004
9:59 am
3847
... Hi Giovanni, Did you run "make configure" first? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 2, 2004
10:27 am
3848
... [...] ... Hi, I have ran ./configure --prefix=/opt/io and it seems to work fine. I'should try to recompile it? Thank you!...
giorgi_g
Offline Send Email
May 2, 2004
5:54 pm
3849
... Where did you run that command? Did you run it before you compiled or after? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 2, 2004
9:04 pm
3850
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...
Daniel Ehrenberg
littledanehren
Offline Send Email
May 2, 2004
10:56 pm
3851
Hi all, Just to recall that I wrote some time ago a spec (and an almost working prototype) of a module system for Io. It is available here ...
Sébastien Pierre
kaze_von_nk
Offline Send Email
May 3, 2004
7:41 am
3852
http://www.osnews.com/story.php?news_id=6864 interesting......
pepe_likes_io
Offline Send Email
May 3, 2004
9:15 am
3853
... The article doesn't appear to mention incremental collectors (which is the kind Io uses). -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 3, 2004
9:23 am
3854
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 ...
Giovanni Giorgi
giorgi_g
Offline Send Email
May 3, 2004
6:03 pm
3855
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...
Giovanni Giorgi
giorgi_g
Offline Send Email
May 3, 2004
7:47 pm
3856
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,...
Steve Dekorte
stevedekorte
Offline Send Email
May 7, 2004
12:49 am
3857
"Steve Dekorte" <steve@...> wrote in message news:67E489AA-9FC0-11D8-93D4-000393ACB27C@.... ... setters and getters are *a good thing*, but...
Mike Austin
mike_ekim
Offline Send Email
May 7, 2004
5:09 am
3858
... 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...
Steve Dekorte
stevedekorte
Offline Send Email
May 7, 2004
5:16 am
3859
... 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...
Daniel Lyons
faxfreemosquito
Offline Send Email
May 7, 2004
9:03 am
3860
... 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...
Sébastien Pierre
kaze_von_nk
Offline Send Email
May 7, 2004
10:30 am
3861
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 ...
Jon Kleiser
jon_kleiser
Offline Send Email
May 7, 2004
1:29 pm
3862
... .. ... 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): ...
seandavidross
Offline Send Email
May 7, 2004
2:12 pm
3863
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 Kleiser
jon_kleiser
Offline Send Email
May 7, 2004
2:39 pm
3864
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...
Steve Dekorte
stevedekorte
Offline Send Email
May 7, 2004
8:26 pm
3865
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...
Daniel Ehrenberg
littledanehren
Offline Send Email
May 7, 2004
11:22 pm
3866
... Hi, I changed the lines in IoDesktop/Interface/Ion/Screen.io to: Lobby systemFont := FontManager item("Bitstream/Vera") setPixelSize(13) Lobby...
Jon Kleiser
jon_kleiser
Offline Send Email
May 8, 2004
9:40 am
3867
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 ...
xihr
Online Now Send Email
May 9, 2004
6:44 am
3868
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...
Kevin Smith
kevinbsmith
Online Now Send Email
May 9, 2004
10:52 am
3869
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@...
Send Email
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,...
Steve Dekorte
stevedekorte
Offline Send Email
May 9, 2004
10:14 pm
3871
... Thanks for the patch. How do these block patches avoid activating the block when initially evaluating first argument? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 10, 2004
1:40 am
3872
... 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@...
Send Email
May 10, 2004
8:04 am
3873
... ^^^ activating...
Tobias Peters
tpeters@...
Send Email
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...
Jon Kleiser
jon_kleiser
Offline Send Email
May 10, 2004
2:17 pm
3875
"Jon Kleiser" <jon.kleiser@...> wrote in message news:c7o2sh+gue8@.... ... ...
Mike Austin
mike_ekim
Offline Send Email
May 10, 2004
4:29 pm
Messages 3846 - 3875 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