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...
... 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...
... 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. ...
... 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...
... This construct seems pretty cumbersome, and I think it discourages actually using functions as first class objects (because it is easier to write...
... 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@...
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...
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...
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...
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...
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) ...
... 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...
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...
... Why do you need that? I thought Lobby inhereted from Object. Daniel Ehrenberg __________________________________ Do you Yahoo!? Yahoo! Search - Find what...
... Wouldn't you have to send it a string if you did that, eg not Object 'uniqueId but Object '"uniqueId"? Daniel Ehrenberg __________________________________ ...
... 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...
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...
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...
... well, thats solved... stumbled across problems with Libdl now... but I am solving them... should I post news here? ;-) Cheers ... -- Andre Alves Garzia -...
... 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, 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,...