Version: 4.0.2
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.
PLT Scheme 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 PLT Scheme and provides a link to the original SRFI specification (which is also distributed as part of PLT Scheme’s documentation).