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.
- Versions: 5f4
- Website: https://people.csail.mit.edu/jaffer/SCM
- Licenses: LGPL 3+
- Package source: gnu/packages/scheme.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]