Skip to content
Stephen De Gabrielle edited this page Oct 5, 2023 · 192 revisions

Racket Logo

Racket is a general-purpose programming language that’s also an ecosystem for developing programming languages. See Creating Languages and the language development toolchain.

Racket Discourse users Racket Discord

The Racket Distribution includes the Racket language(s), command line tools, and DrRacket IDE (but Racket is supported by a variety of IDEs and text editors )

DrRacket can be used out-of-the-box to create, debug and compile applications. (menu: Racket-> Create Executable...). See Compiling standalone executables for more details.


New!:

Past Events: racket-2019-gamejam | standard-fish summer picture competition 2019 | 2019 Advent if Code Racket Leaderboard | QuickScript competition 2020

Events | Racket on the web | Easy bugs to fix | Project Ideas | Embedding Racket

The Inside Racket Seminar seminars expose the internal design and implementation of Racket.

Collections : resources organised by topic

Artifacts page of Racket snippets for specific small tasks. Contribute your own!

Highlights

Clone this wiki locally