Next: Overview of Syntax, Previous: Descriptions of Functions and Other Entities, Up: Introduction [Contents][Index]
The term “Lisp reader” refers specifically to a Lisp procedure, namely the
function read
, which reads characters from an input stream and interprets
them by parsing as representations of Lisp objects.