On this page:
SRFI Nonfree Libraries and Documentation
7.9

SRFI Nonfree Libraries and Documentation

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 a link to the original SRFI specification (which is also distributed as part of Racket’s documentation).

The following SRFI specification documents are licensed restrictively.

    SRFI 5: A compatible let form with signatures and rest arguments

    SRFI 29: Localization

    Index