SRFI 1: List Library
Original specification:
SRFI 1This SRFI works with pairs and lists as in scheme and
mzscheme, which are immutable, so it does not export
set-car! and set-cdr!. The other
provided bindings that end in ! are equivalent to the
corresponding bindings without !.