23.2 Reader Dictionary
- readtable, System Class
- copy-readtable &optional from-readtable to-readtable → readtable, Function
- make-dispatch-macro-character char &optional non-terminating-p readtable → t, Function
- read &optional input-stream eof-error-p eof-value recursive-p → object, Function
- read-delimited-list char &optional input-stream recursive-p → list, Function
- read-from-string, Function
- readtable-case readtable → mode, Accessor
- (setf (readtable-case readtable) mode), Accessor
- readtablep object → generalized-boolean, Function
- get-dispatch-macro-character disp-char sub-char &optional readtable → function, Function
- set-dispatch-macro-character disp-char sub-char new-function &optional readtable → t, Function
- get-macro-character char &optional readtable → function, non-terminating-p, Function
- set-macro-character char new-function &optional non-terminating-p readtable → t, Function
- set-syntax-from-char to-char from-char &optional to-readtable from-readtable → t, Function
- with-standard-io-syntax {form}* → {result}*, Macro
- *read-base*, Variable
- *read-default-float-format*, Variable
- *read-eval*, Variable
- *read-suppress*, Variable
- *readtable*, Variable
- reader-error, Condition Type