concept-organization.tex 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. %-*- Mode: TeX -*-
  2. %%%Organization of the Document
  3. This is a reference document, not a tutorial document. Where possible
  4. and convenient, the order of presentation has been chosen so that the
  5. more primitive topics precede those that build upon them; however,
  6. linear readability has not been a priority.
  7. This document is divided into chapters by topic.
  8. Any given chapter might contain conceptual material, dictionary entries, or both.
  9. \term{Defined names} within the dictionary portion of a chapter are
  10. grouped in a way that brings related topics into physical proximity.
  11. Many such groupings were possible,
  12. and no deep significance should be inferred from the particular grouping that was chosen.
  13. To see \term{defined names} grouped alphabetically, consult the index.
  14. For a complete list of \term{defined names}, \seesection\CLsymbols.
  15. In order to compensate for the sometimes-unordered portions of this document,
  16. a glossary has been provided; \seechapter\Glossary.
  17. The glossary provides connectivity by providing easy access to
  18. definitions of terms, and in some cases by providing examples or
  19. cross references to additional conceptual material.
  20. For information about notational conventions used in this document,
  21. \seesection\Definitions.
  22. For information about conformance, \seesection\Conformance.
  23. For information about extensions and subsets, \seesection\LanguageExtensions\
  24. and \secref\LanguageSubsets.
  25. For information about how \term{programs} in the language are parsed by the
  26. \term{Lisp reader}, \seechapter\Syntax.
  27. For information about how \term{programs} in the language are \term{compiled}
  28. and \term{executed}, \seechapter\EvaluationAndCompilation.
  29. For information about data types, \seechapter\TypesAndClasses.
  30. Not all \term{types} and \term{classes} are defined in this chapter;
  31. many are defined in chapter corresponding to their topic--for example,
  32. the numeric types are defined in \chapref\Numbers.
  33. For a complete list of \term{standardized} \term{types},
  34. \seefigure\StandardizedAtomicTypeSpecs.
  35. For information about general purpose control and data flow,
  36. \seechapter\DataAndControlFlow\ or \chapref\Iteration.