tinyscheme

Very small scheme implementation
  http://tinyscheme.sourceforge.net/
  1
  1 review



TinyScheme is an implementation of the algorithmic language Scheme that aims to very small memory footprint while being as close to R5RS as practically feasible. TinyScheme is also a good base for hacking, given the implementation's small size, easy gluing with C and code being fully reentrant.

TinyScheme is based on an s-expression evaluator. This package distributes TinyScheme as a standalone executable.
Latest reviews
4
blueXrider 12 years ago

nice