On this page:
21.1 Graphics and GUIs
21.2 The Web Server
21.3 Using Foreign Libraries
21.4 And More

21 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.

21.1 Graphics and GUIs

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

21.2 The Web Server

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

21.3 Using Foreign Libraries

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

21.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.

PLaneT offers even more downloadable packages contributed by Racketeers.