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

scm

Scheme implementation conforming to R5RS and IEEE P1178

GNU SCM is an implementation of Scheme. This implementation includes Hobbit, a Scheme-to-C compiler, which can generate C files whose binaries can be dynamically or statically linked with a SCM executable.

Installation

Install the latest version of scm as follows:

guix install scm

Or install a particular version:

guix install scm@5f4

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 scm about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/scm'><img src='https://packages.guix.gnu.org/packages/scm/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/scm/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/scm)

Example Org:

[[https://packages.guix.gnu.org/packages/scm][https://packages.guix.gnu.org/packages/scm/badges/latest-version.svg]]