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

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.

Installation

Install the latest version of racket-minimal as follows:

guix install racket-minimal

Or install a particular version:

guix install racket-minimal@8.13

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.