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.