The Cozenage Reference ====================== At some point, I will write some extensive documentation of the Scheme syntax, builtin procedures, and Cozenage's extensions beyond the R5RS/R7RS specifications. That documentation will appear here. .. toctree:: :maxdepth: 2 :caption: Contents: running_cozenage/ documentation_notation/ syntax_and_special_forms/ native_datatypes/index native_datatypes/booleans native_datatypes/numerics native_datatypes/symbols native_datatypes/characters native_datatypes/strings native_datatypes/pairs_and_lists native_datatypes/vectors native_datatypes/bytevectors native_datatypes/procedures extended_datatypes/ library/index library/time errors_and_exceptions/