[<<][libprim][>>][..]
Sat Oct 16 21:51:19 CEST 2010
Sweet spot: simple self-bootstrapping VM (without BC compiler).
What is the sweet spot for a self-bootstrappable VM, one that can read
Scheme forms and interpret them. Full core forms? Maybe I can modify
the VM1 to use vectors + code addresses in continuations so no tags
are necessary. This would make the memory model simpler.
Alternatively, it might not be so difficult to build a simple core
form compiler in C.
[Reply][About][<<][libprim][>>][..]