elisp: Read and Print

 
 18 Reading and Printing Lisp Objects
 ************************************
 
 “Printing” and “reading” are the operations of converting Lisp objects
 to textual form and vice versa.  They use the printed representations
 and read syntax described in SeeLisp Data Types.
 
    This chapter describes the Lisp functions for reading and printing.
 It also describes “streams”, which specify where to get the text (if
 reading) or where to put it (if printing).
 

Menu