safe-read
safe-read copied to clipboard
A variant of READ secure against internbombing, excessive input and macro characters.
Calling SAFE-READ from within a WITH-INPUT-FROM-STRING causes cache confusion when faced with later, similar, string-streams after earlier ones have gone out of scope. Depending on the Lisp implementation, this problem...
Solves the issue about Buffer cache - should not break any extant uses
Number syntax allows `1d999` as valid double syntax. Make sure that we are protected against this.