Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Packages Up: Data Types Previous: Hash Tables

2.7. Readtables

A readtable is a data structure that maps characters into syntax types for the Lisp expression parser. In particular, a readtable indicates for each character with syntax macro character what its macro definition is. This is a mechanism by which the user may reprogram the parser to a limited but useful extent. See section 22.1.5.


AI.Repository@cs.cmu.edu