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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2588 - 2617 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2588
... Well, that's the way to tell the primitive type, but not the proto-type. proto would be better, but I'm not sure about a good way to implement that yet. I...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 1, 2003
9:38 am
2589
... Thanks for the bug report. Activate had been disabled (for some reason I don't recall). I've re-added it. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 1, 2003
9:39 am
2590
... I mean how do the docs know how to match up with how the prototypes are inserted into the namespace? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 1, 2003
9:47 am
2591
... While it ... from ... I like Io the way that it is now. You could easily implement an image based system in Io but the language itself doesn't need to...
kgrgreer
Offline Send Email
Nov 1, 2003
5:12 pm
2592
What should the behavior of asString with arguments be? I'm thinking a single optional argument thats a number for the precision, where 0 precision means no...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 1, 2003
9:07 pm
2593
... IMO, asString should consistently not accept any arguments and work the same way regardless of object type. In the case of a floating point number, it...
dsallings
Offline Send Email
Nov 1, 2003
10:52 pm
2594
... there are two different kindes of conversion from numbers (and other simple value-types) to strings: the one kind is where you want to convert a number to...
Daniel Wunsch
the.gray@...
Send Email
Nov 1, 2003
11:21 pm
2595
... I believe there may be a simple and clean way to fix the whole paren thing. When I get back from vacation next Thursday i'll try implementing it. Cross...
kevinbsmith
Offline Send Email
Nov 1, 2003
11:23 pm
2596
... For my own use, the date versioning is simpler and more effective than conventional numbering systems. But for some people, and for some systems that track...
kevinbsmith
Offline Send Email
Nov 1, 2003
11:28 pm
2597
... I think this is bigger than that. I think there are times when you want to create a string representation of an object (Java's toString()) for logging or...
dsallings
Offline Send Email
Nov 1, 2003
11:36 pm
2598
http://www.iolanguage.com/Downloads/ Release 2003 11 01 - fixes ===================================== - fix for roundUp, roundDown (reported by Takanori...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 2, 2003
1:45 am
2599
Thanks. I've downloaded and make, run. ... I checked that it passed a test. ... It still don't work. running IoVM/_tests/examples/Activate.io. inc(x) still...
Takanori Ishikawa
takanori_is1978
Offline Send Email
Nov 2, 2003
7:51 am
2600
... Oops. I had commented the line out for performance testing. In IoObject.c uncomment: tag->activateFunc = (TagActivateFunc *)IoObject_activateFunc; ... ...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 2, 2003
10:30 am
2601
http://www.iolanguage.com/Downloads/ Release 2003 11 02 - fixes ========================== - fix for Duration compare (reported by Takanori Ishikawa) - fix...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 2, 2003
10:49 am
2602
... Io> doFile("_tests/examples/Activate.io") inc(1) = 1 inc(2) = 3 He became active suddenly. ... Thanks for your quick action. ...
Takanori Ishikawa
takanori_is1978
Offline Send Email
Nov 2, 2003
1:05 pm
2603
Hey Steve, what's in the works for slot creation and assignment? x := 10 ? ... local x = 10 ? -- Mike...
Mike Austin
mike_ekim
Offline Send Email
Nov 2, 2003
5:06 pm
2604
Hi all. I wrote another implementation of CLI_input() function(in IoVM/base/CLI.c). This version can recieve one or more lines input (with read-eval-print ...
Takanori Ishikawa
takanori_is1978
Offline Send Email
Nov 2, 2003
8:07 pm
2605
... That's really cool. Thanks! -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 2, 2003
10:19 pm
2606
... I think I've been putting it off because something about := doesn't feel right to me. Kentaro mentioned the other day (perhaps it's been mentioned before)...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 2, 2003
10:51 pm
2607
-- En reponse de "Re: [Io] Slot creation, assignment" de Steve Dekorte, le ... I've been in favor of := so far, but I also like this idea. I assume that in the...
Eric GAUDET
titousensei
Online Now Send Email
Nov 2, 2003
11:18 pm
2608
... Ugh. If I understand this, it would mean that you would have to declare all locals at the top of a method, rather than where they first occur. If you go...
kevinbsmith
Offline Send Email
Nov 3, 2003
1:39 am
2609
-- En reponse de "[Io] Re: Slot creation, assignment" de kevinbsmith, le ... FYI: IoVM version 20030602 Io> a=1 ==> 1 Io> getSlot("a") ==> 1 Io>...
Eric GAUDET
titousensei
Online Now Send Email
Nov 3, 2003
2:14 am
2610
"Steve Dekorte" <steve@...> wrote in message news:07A78C17-0D87-11D8-BABB-000393ACB27C@.... ... Hmm, that one seems kind of clunky to me....
Mike Austin
mike_ekim
Offline Send Email
Nov 3, 2003
4:54 am
2611
... Here's an example implementation of this in Io: Object finalize = method( thisMessage argsEvaluatedIn(sender) sender setSlot = method( slotName =...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 3, 2003
10:51 am
2612
... echo "nothing to configure" nothing to configure When I make, the final three lines I get are: ld: Undefined symbols: _IoAudioInit make[1]: *** [all] Error...
Jon Kleiser
jon_kleiser
Offline Send Email
Nov 3, 2003
12:17 pm
2613
Hi Steve, I just found a bug with the "activate" method. Try this: Pouet = Object clone Pouet activate = method( self clone ) And now type this Pouet() You...
spierre@...
malice_tz
Offline Send Email
Nov 3, 2003
12:55 pm
2614
... Duh. I realized after I sent this that it is obviously optional, because it only kicks in if you finalize an object. However, I think the real point I was...
kevinbsmith
Offline Send Email
Nov 3, 2003
1:30 pm
2615
... My problem is that if you are used to C++/Java/Ruby, and if there is a member variable named a, and not a local by the same name, then you will expect...
kevinbsmith
Offline Send Email
Nov 3, 2003
1:47 pm
2616
... Perhaps "freeze" would be a better name than "finalize". In Java the finalize method is called after an Object is garbage collected. The feature that...
kgrgreer
Offline Send Email
Nov 3, 2003
1:49 pm
2617
... You've created an infinite loop that should raise a stack overflow exception. Is that the "strange" behavior you're observing? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 3, 2003
7:19 pm
Messages 2588 - 2617 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help