On this page:
22.1 Graphics and GUIs
22.2 The Web Server
22.3 Using Foreign Libraries
22.4 And More

22 More Libraries

This guide covers only the Racket language and libraries that are documented in The Racket Reference. The Racket distribution includes many additional libraries.

22.1 Graphics and GUIs

Racket provides many libraries for graphics and graphical user interfaces (GUIs):

22.2 The Web Server

Web Applications in Racket describes the Racket web server, which supports servlets implemented in Racket.

22.3 Using Foreign Libraries

The Racket Foreign Interface describes tools for using Racket to access libraries that are normally used by C programs.

22.4 And More

Racket Documentation lists documentation for many other installed libraries. Run raco docs to find documentation for libraries that are installed on your system and specific to your user account.

The Racket package repository offer even more downloadable packages that are contributed by Racketeers.

The legacy PLaneT site offers additional packages, although maintained packages have generally migrated to the newer package repository.