Minor Schemeis an implementation of the Scheme programming language. Its planned features include: good performance, via:
- just-in-time and ahead-of-time compilers generating native machine code
- precise, generational garbage collection
- full support for native system threads
- full source-level debugging
- a C API and a foreign function interface, for interfacing with C code
- a module system which supports separate compilation and cross-compilation
- a hygenic macro system