Skip to content

Racket Distribution

Stephen De Gabrielle edited this page Jan 9, 2023 · 3 revisions

Racket Distribution

Suggested description of Racket Distribution when distributed via another repository.

The Racket distribution includes an incremental native-code compiler, several languages like Racket, Typed Racket and Datalog, as well as the DrRacket IDE. There are also documentation and tools for designing, implementing, documenting and distributing Racket applications and custom languages.

Please check you are using the current distribution at https://download.racket-lang.org/. Contact the repository maintainer if it is not the current version.

The distribution is suitable for new learners, application development, or language design and implementation.

If you are new to Racket please see Getting Started in the documentation.

RacketScript - the Racket language implementation that compiles to Javascript - is available from https://github.com/racketscript/racketscript

Clone this wiki locally