Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 257 Bytes

File metadata and controls

7 lines (5 loc) · 257 Bytes

schemata

A scheme interpreter in rust. (Mostly) fully featured with some basic garbage collection and tail call optimization. Garbage collector frequency can be customized from the command line.

Supports nearly all scheme builtin procedures and macros.