8 R6RS Libraries
8.1 (rnrs base (6)): Base
Original specification:
Base
8.2 (rnrs unicode (6)): Unicode
8.3 (rnrs bytevectors (6)): Bytevectors
8.4 (rnrs lists (6)): List utilities
8.5 (rnrs sorting (6)): Sorting
8.6 (rnrs control (6)): Control Structures
8.7 (rnrs records syntactic (6)): Records: Syntactic
8.8 (rnrs records procedural (6)): Records: Procedural
8.9 (rnrs records inspection (6)): Records: Inspection
8.10 (rnrs exceptions (6)): Exceptions
See also R6RS Conformance.
8.11 (rnrs conditions (6)): Conditions
8.12 (rnrs io ports (6)): I/O: Ports
8.13 (rnrs io simple (6)): I/O: Simple
8.14 (rnrs files (6)): File System
8.15 (rnrs programs (6)): Command-line Access and Exit Values
8.16 (rnrs arithmetic fixnums (6)): Arithmetic: Fixnums
8.17 (rnrs arithmetic flonums (6)): Arithmetic: Flonums
8.18 (rnrs arithmetic bitwise (6)): Arithmetic: Bitwise
8.19 (rnrs syntax-case (6)): Syntax-Case
8.20 (rnrs hashtables (6)): Hashtables
A hashtable is a dictionary in the sense of
racket/dict, and hash table operations interact with
threads in the same way for hash tables created with
make-hash (e.g., hashtable-ref and
hashtable-set! are thread-safe).
8.21 (rnrs enums (6)): Enumerations
8.22 (rnrs eval (6)): Eval
Original specification:
Eval8.23 (rnrs mutable-pairs (6)): Mutable Pairs
8.24 (rnrs mutable-strings (6)): Mutable Strings
8.25 (rnrs r5rs (6)): R5RS Compatibility
See also R6RS Conformance.