/skeem

A Scheme Interpreter written in C

Primary LanguageCMIT LicenseMIT

skeem

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