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

chicken 5.4.0

R5RS Scheme implementation that compiles native code via C

CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable and efficient C, supports almost all of the R5RS Scheme language standard, and includes many enhancements and extensions.

Installation

Install chicken 5.4.0 as follows:

guix install chicken@5.4.0

Or install the latest version:

guix install chicken

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.