s-expressionists / wscl

Sources of the "Well Specified Common Lisp" specification which is based on the final draft of the Common Lisp standard but is not a new Common Lisp standard.
https://s-expressionists.github.io/wscl/
Other
38 stars 4 forks source link

WSCL Issue: READ-DELIMITING-WHITESPACE-INCONSISTENCY #62

Open Thuna-Cing opened 5 months ago

Thuna-Cing commented 5 months ago

The second instance of READ in the third paragraph of its description appears to be a typo for READ-PRESERVING-WHITESPACE. This proposal fixes this.

Some more implementations would be nice in the Current practice section, I only have ABCL, ECL, and SBCL at hand right now.