racket
Programmable programming language in the Scheme family
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 main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.
- 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
as follows:
guix install racket
Or install a particular version:
guix install racket@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.