chibi-scheme
Small embeddable Scheme implementation
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.
- Versions: 0.11
- Website: https://github.com/ashinn/chibi-scheme
- Licenses: Modified BSD
- Package source: gnu/packages/scheme.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of chibi-scheme as follows:
guix install chibi-scheme
Or install a particular version:
guix install chibi-scheme@0.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of chibi-scheme about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/chibi-scheme'><img src='https://packages.guix.gnu.org/packages/chibi-scheme/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/chibi-scheme)
Example Org:
[[https://packages.guix.gnu.org/packages/chibi-scheme][https://packages.guix.gnu.org/packages/chibi-scheme/badges/latest-version.svg]]