blob: dc3bdbef1f46243e0df6496ae1748310acf33c40 (
plain)
1
2
3
4
5
6
|
Chibi-Scheme is a very small library intended for use as an extension
and scripting language in C programs. In addition to support for
lightweight VM-based threads, each VM itself runs in an isolated heap
allowing multiple VMs to run simultaneously in different OS threads.
The default language is the R7RS (scheme base) library.
|