
Chibi Scheme
Chibi-Scheme is a very small library with no external dependencies intended for use as an extension and scripting language in C programs. In addition to support for...
TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be...
tinyscheme is a lightweight scheme interpreter that implements as large a subset of r5rs as was possible without getting very large and complicated. it is meant to be used as an embedded scripting interpreter for other programs. as such, it does not offer ides or extensive toolkits although it does sport a small toplevel loop, included conditionally. a lot of functionality in tinyscheme is included conditionally, to allow developers freedom in balancing features and footprint.
embeddable scripting-language programming-language scheme