Chapter 3. Data Types

Table of Contents
Booleans
Symbols
Numbers
Characters
Strings
Functions
Collections

RScheme has a rich set of data types for general programming. Unlike in some hybrid lisp object systems, all data types are part of a complete class hierarchy. The RScheme data types are a superset of standard Scheme's required data types.

Note: Until we finish filling in all this material, please look in [R4RS] for reference material.

Booleans

Standard scheme #t and #f.