This package browser is in early development. Mind the rough edges.

chibi-scheme 0.10

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.

Installation

Install chibi-scheme 0.10 as follows:

guix install chibi-scheme@0.10

Or install the latest version:

guix install chibi-scheme

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.