Lisp readerIn the programming language Lisp, the reader or In the original Lisp, S-expressions consisted only of symbols, integers, and the list constructors The reader is responsible for parsing list structure, interning symbols, converting numbers to internal form, and calling read macros. Read tableThe reader is controlled by the Read macrosUnlike most programming languages, Lisp supports parse-time execution of programs, called "read macros" or "reader macros". These are used to extend the syntax either in universal or program-specific ways. For example, the quoted form ReferencesBibliography
|
Portal di Ensiklopedia Dunia