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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3520 - 3549 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3520
I'm probably missing something very obvious, but I'm having trouble using Blocks. I'm working on a serialization package, and so I want to be able to have...
Ambidexter
delamarth
Offline Send Email
Mar 6, 2004
11:37 pm
3521
... to ... a ... from the ... Block's scope. ... Is thisBlock what you're looking for?...
seandavidross
Online Now Send Email
Mar 7, 2004
1:21 am
3522
... I don't think so, if I try to use it, it causes the executable to crash. What I'd like to do is something like getSlot("Block") serialize := method( return...
Ambidexter
delamarth
Offline Send Email
Mar 7, 2004
2:27 am
3523
... It may be a stack overflow because the block is being called recursively in an infinite loop. I'm going to add something to check the C stack size. ...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 7, 2004
2:34 am
3524 Steve Dekorte
stevedekorte
Offline Send Email
Mar 7, 2004
11:12 pm
3525
... Thanks! ... Probably, if it gets to be anything useful. I'm actually making it as a prelude to a persistance system. (Serialize to a string, store in...
Ambidexter
delamarth
Offline Send Email
Mar 8, 2004
1:00 am
3526
... This construct seems pretty cumbersome, and I think it discourages actually using functions as first class objects (because it is easier to write...
Daniel Ehrenberg
littledanehren
Offline Send Email
Mar 8, 2004
1:37 am
3527
... I don't understand this example. Could you provide a more detailed example? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
2:32 am
3528
... Consider [List foreach] and [List doBlock]. The first expects two (or three, but we'll focus on the simpler version) arguments: a name to bind the current...
Daniel A. Koepke
dkoepke@...
Send Email
Mar 8, 2004
5:14 am
3529
... Well I see what you're saying, but I'm reluctant to add a new operator. You can however define a single quote operator as you suggested to act as a...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
7:50 am
3530
... FTM, you'll need this too: Lobby setSlot("'", Lobby getSlot("getSlot")) -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
7:53 am
3531
Futures ... obj := Object clone obj double := method(v, return v * 2) future := obj @double(2) OK future value == 4 Ask and thou shalt receive. :) The...
Austin K. Kurahone
akurahone
Offline Send Email
Mar 8, 2004
8:18 am
3532
... Thanks! Austin also just sent me an entry for Linux/Opteron. I've added both. ... Sounds good. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
9:12 am
3533
Hi, Just tested the LinuxPPC stuff and it works just fine on my PowerBook running YellowDog Linux 3.0. I have an embedded system I want to try this on which is...
andrew_tholt
Offline Send Email
Mar 8, 2004
11:16 am
3534
Hi, OK, the good news is that it works fine on the Mac, uname -a reports: Linux powerbook 2.4.22-2f #1 Sun Nov 9 16:49:49 EST 2003 ppc ppc ppc GNU/Linux The...
andrew_tholt
Offline Send Email
Mar 8, 2004
11:38 am
3535
On Mon, 8 Mar 2004, andrew_tholt wrote: [snip] ... Futz. Which libc is it using? I'm guessing that the setjmp/longjmp jmp_buf datastructure is stashing...
Austin K. Kurahone
akurahone
Offline Send Email
Mar 8, 2004
5:52 pm
3536
Hi, I want to create a new 'primitive' class. Unsure as to what would be a good name (rawFile maybe), it will have the following methods: open(mode) ...
andrew_tholt
Offline Send Email
Mar 8, 2004
6:11 pm
3537
... I really love the lack of sigils and other such syntax noise for calling blocks, methods, etc. It's more than just clean syntax, it wipes out the clumsy...
Chuck Adams
cja987
Offline Send Email
Mar 8, 2004
6:31 pm
3538
On Mon, 8 Mar 2004, andrew_tholt wrote: [snip] ... Oooh. So I wasn't the only one who would have wanted that. I hacked up a version of IoFile.c/h at home on...
Austin K. Kurahone
akurahone
Offline Send Email
Mar 8, 2004
8:04 pm
3539
... Why do you need that? I thought Lobby inhereted from Object. Daniel Ehrenberg __________________________________ Do you Yahoo!? Yahoo! Search - Find what...
Daniel Ehrenberg
littledanehren
Offline Send Email
Mar 8, 2004
10:27 pm
3540
... Wouldn't you have to send it a string if you did that, eg not Object 'uniqueId but Object '"uniqueId"? Daniel Ehrenberg __________________________________ ...
Daniel Ehrenberg
littledanehren
Offline Send Email
Mar 8, 2004
10:31 pm
3541
... You're right. Should me something like this: Object setSlot("'", method(getSlot(thisMessage argAt(0) name))) (untested) -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
10:37 pm
3542
... Lobby has it's own getSlot which implements locals->target object inheritance. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 8, 2004
10:37 pm
3543
A binary for IoVM 2004-02-28 for the Sharp Zaurus running the pdaXrom (http://www.pdaxrom.org) is compiled and available at: ...
Chris Double
doublecnz
Offline Send Email
Mar 10, 2004
3:13 am
3544
... Great - thanks Chris. ... Speaking of which, since SleepyCat is a bit fat and is having portability issues, I'm considering replacing it with a smaller...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 10, 2004
3:24 am
3545
On Tue, 9 Mar 2004 19:24:08 -0800, "Steve Dekorte" <steve@...> ... I don't know about b-tree libraries but one source of persistent storage mechanisms...
Chris Double
doublecnz
Offline Send Email
Mar 10, 2004
3:58 am
3546
Hi Folks, been a long time since I last posted here, that time we were talking about the Newton and the possiblities of IoPDA... :D My name is Andre Alves...
Andre Garzia
caosabao
Offline Send Email
Mar 16, 2004
6:23 pm
3547
... well, thats solved... stumbled across problems with Libdl now... but I am solving them... should I post news here? ;-) Cheers ... -- Andre Alves Garzia -...
Andre Garzia
caosabao
Offline Send Email
Mar 16, 2004
7:01 pm
3548
... Yes, that's fine. If you like, you can get rid of those warnings by removing the "pedantic" option from the IoVM and IoVM/base Makefiles. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 16, 2004
7:50 pm
3549
Steve, I report IoVM running in BeOS/Zeta on a Pentium 200 mmx with 131 RAM. is there a source file for testing a IoVM build? For those fans of screenshots,...
Andre Garzia
caosabao
Offline Send Email
Mar 16, 2004
8:32 pm
Messages 3520 - 3549 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