racket-minimal
Racket without bundled packages such as DrRacket
Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.
The ``minimal Racket'' distribution includes just enough of Racket for you to use raco pkg
to install more. Bundled packages, such as the DrRacket IDE, are not included.
- Versions: 8.14
- Website: https://racket-lang.org
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/racket.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of racket-minimal
as follows:
guix install racket-minimal
Or install a particular version:
guix install racket-minimal@8.14
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.