Next: scheme library, Previous: scheme basic, Up: scheme [Index]
The chapters that describe bindings in the base library and the standard libraries are organized into entries. Each entry describes one language feature or a group of related features, where a feature is either a syntactic construct or a built–in procedure. An entry begins with one or more header lines of the form
…
The Category defines the kind of binding described by the entry, typically either “Syntax” or “Procedure”. An entry may specify various restrictions on subforms or arguments.
• scheme entry syntax: | Syntax entries. | |
• scheme entry procedure: | Procedure entries. | |
• scheme entry implementation resp: | Implementation responsibilities. | |
• scheme entry other kinds: | Other kinds of entries. | |
• scheme entry equivalent: | Equivalent entries. | |
• scheme entry evaluation examples: | Evaluation examples. | |
• scheme entry naming conventions: | Naming conventions. |