Chibi-Scheme

From Rosetta Code
Revision as of 17:25, 8 January 2023 by Ceving (talk | contribs) (Adds page for Chibi-Scheme)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Chibi-Scheme is an implementation of Scheme. Other implementations of 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 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, with support for all libraries from the small language.

External Links