Embedded Scheme
A minimal Java Scheme implementation for scripting. It can optionally be used in stand alone mode which just runs the interpreter.
The goal was to build a small, well documented, and compliant version of Scheme.
Unlike many other embedded implementations, mine has an embedded VM which allows for correct implementations of call/cc
.