ANSI Common Lisp 22 Printer 22.1 The Lisp Printer
22.1.3 Default Print-Object Methods
This section describes the default behavior of
print-object methods for the standardized types.
22.1.3.1 Printing Numbers
22.1.3.2 Printing Characters
22.1.3.3 Printing Symbols
22.1.3.4 Printing Strings
22.1.3.5 Printing Lists and Conses
22.1.3.6 Printing Bit Vectors
22.1.3.7 Printing Other Vectors
22.1.3.8 Printing Other Arrays
22.1.3.9 Examples of Printing Arrays
22.1.3.10 Printing Random States
22.1.3.11 Printing Pathnames
22.1.3.12 Printing Structures
22.1.3.13 Printing Other Objects
|