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

chez-scheme

R6RS Scheme compiler and run-time

Chez Scheme is both a programming language and a high-performance implementation of that language. The language is a superset of R6RS Scheme with numerous extensions, including native threads, non-blocking I/O, local modules, and much more. Chez Scheme compiles source expressions incrementally to machine code, providing the speed of compiled code in an interactive system. The system is intended to be as reliable and efficient as possible, with reliability taking precedence over efficiency if necessary.

Installation

Install the latest version of chez-scheme as follows:

guix install chez-scheme

Or install a particular version:

guix install chez-scheme@10.0.0

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.