[Chicken-users] Meroon superclasses

2005-08-02 Thread Ash
Hi, I've been playing around with the meroon egg, comparing it to tinyclos. With tinyclos, I can define a superclass in a one file (or even a static library), then subclass from it in another file, as long as both files are linked into the program. With meroon, the superclass definition must be

[Chicken-users] Re: Constructing parameter lists in C: can I use FFI?

2005-07-27 Thread Ash
>> What do you think about getting rid of the entry-point API, storing >> the continuation somewhere it can explicitly retrieved (if you want to >> exec some more top-level code), and letting callbacks always "just work" >> (after the initial setup). >> This seems to me much simpler, etc. The