chez-scheme-for-racket 10.3.0-pre-release.2
Bootstrapping version of Chez Scheme
This is the precise pre-release version of Chez Scheme from a specific Racket release. It is used to build Racket and to bootstrap the released version of Chez Scheme.
- Outputs:
debug
,doc
,out
- Website: https://cisco.github.io/ChezScheme/
- Licenses: ASL 2.0
- Package source: gnu/packages/chez.scm
- Builds: See build status
- Issues: See known issues
Installation
Install chez-scheme-for-racket 10.3.0-pre-release.2
as follows:
guix install chez-scheme-for-racket@10.3.0-pre-release.2
Or install the latest version:
guix install chez-scheme-for-racket
The chez-scheme-for-racket
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install chez-scheme-for-racket:debug
guix install chez-scheme-for-racket:doc
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.