R7RS-large makes Scheme specification more practical. It contains lots of useful libraries as well. This section lists supporting R7RS-large libraries.
This library exports the procedures and macros defined in
SRFI-1 (srfi :1).
This library exports the procedures and macros defined in
SRFI-133 (srfi :133).
This library exports the procedures and macros defined in
SRFI-132 (srfi :132).
This library exports the procedures and macros defined in
SRFI-113 (srfi :113).
This library exports the procedures and macros defined in
SRFI-14 (srfi :14).
This library exports the procedures and macros defined in
SRFI-125 (srfi :125).
This library exports the procedures and macros defined in
SRFI-116 (srfi :116).
This library exports the procedures and macros defined in
SRFI-101 (srfi :101) with the following exceptions:
make-list is renamed to make-rlist.
random-access-list->linear-access-list is renamed to rlist->list.
linear-access-list->random-access-list is renamed to list->rlist.
All other procedures are prefixed with r. For example, pair?exported from (srfi :101) is rpair?.
This library exports the procedures and macros defined in
SRFI-134 (srfi :134).
This library exports the procedures and macros defined in
SRFI-135 (srfi :135).
This library exports the procedures and macros defined in
SRFI-158 (srfi :158).
This library exports the procedures and macros defined in
SRFI-127 (srfi :127).
This library exports the procedures and macros defined in
SRFI-41 (srfi :41).
This library exports the procedures and macros defined in
SRFI-111 (srfi :111).
This library exports the procedures and macros defined in
SRFI-117 (srfi :117).
This library exports the procedures and macros defined in
SRFI-124 (srfi :124).
This library exports the procedures and macros defined in
SRFI-128 (srfi :128).
This library exports the procedures and macros defined in
SRFI-141 (srfi :141).
This library exports the procedures and macros defined in
SRFI-143 (srfi :143).
This library exports the procedures and macros defined in
SRFI-144 (srfi :144).
This library exports the procedures and macros defined in
SRFI-146 (srfi :146).
This library exports the procedures and macros defined in
SRFI-146 (srfi :146 hash).
This library exports the procedures and macros defined in
SRFI-151 (srfi :151).
This library exports the procedures and macros defined in
SRFI-159 (srfi :159).
This library exports the procedures and macros defined in
SRFI-160 (srfi :160 base).
This library exports the procedures and macros defined in
SRFI-160 (srfi :160 @). Where @ is one of
u8 s8 u16 s16 u32 s32 u64 s64 f32 f64 c64 c128
This library exports the procedures and macros defined in
R6RS bytevectors library (rnrs bytevectors).
NOTE: The exporting names may conflicts with the ones exported from R7RS
libraries (e.g. bytevector-copy! from (scheme base)).