A Scheme Interpreter written in C only using the standard library. WIP.
-
Add support for continuations, libraries.
-
Implement a bytecode compiler with a functional Virtual Machine.
-
Better garbage collection (as opposed to the current mark-and-sweep).