skeem

June 5, 2015 ยท View on GitHub

Build Status

A Scheme Interpreter written in C only using the standard library. WIP.

TODO:

  • 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).