>>>>> "Olin" == Olin Shivers <shivers@lcs.mit.edu> writes:
Olin> How about punting S48 and moving to another Scheme platform? Wow, that
Olin> would be a ton of work -- we'd have to completely redo the I/O system,
Olin> the ff interface, and the whole top-level, for starters. We'd lose
S48's
Olin> module system. And what system would we use?
As long as we're speculating, how about Elk? Most of the low level
unix interface is already there. A generational, incremental garbage
collector which works with C extensions. No compiler or module system,
though. Starts up really fast.
What about bigloo? Can compile to C, has a module system. One of the
fastest free scheme compilers.
|