8.15
SRFIs: Libraries
The Scheme Requests for Implementation (a.k.a. SRFI) process allows individual members of the Scheme community to propose libraries and extensions to be supported by multiple Scheme implementations.
Racket is distributed with implementations of many SRFIs, most of which can be implemented as libraries. To import the bindings of SRFI n, use
(require srfi/n)
This document lists the SRFIs that are supported by Racket and provides links to the original SRFI specifications (which are also distributed as part of Racket’s documentation).