My scheme implementation, written in C a year ago, just for fun. Took me a week or so, 942 C LoC.
From the README: "lexical scoping, Fixnum and floating point arithmetics, unhygienic macros, tail-call elimination, reentrant continuations, and automatic memory management (garbage collection)".
My scheme implementation, written in C a year ago, just for fun. Took me a week or so, 942 C LoC.
From the README: "lexical scoping, Fixnum and floating point arithmetics, unhygienic macros, tail-call elimination, reentrant continuations, and automatic memory management (garbage collection)".