lispdoc - results for *read-base* |
*read-base* | Variable: the radix that Lisp reads numbers in
|
| Mentioned in: CLtL2 - 22.1.2. Parsing of Numbers and Symbols CLtL2 - 22.1.6. What the Print Function Produces PCL - string comparisons Successful Lisp - tail recursion | |
*read-eval* | Variable: If false, then the #. read macro is disabled.
|
Example:(defun safe-read-from-string (string) (let ((*read-eval* nil)) (ignore-errors (read-from-string string)))) | Mentioned in: CLtL2 - 22.1.2. Parsing of Numbers and Symbols CLtL2 - 22.1.4. Standard Dispatching Macro Character Syntax CLtL2 - 22.1.6. What the Print Function Produces PCL - query parameter types PCL - running the app |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |