On Wed, Feb 20, 2013 at 11:18 PM, Faré <[email protected]> wrote: > Implementations that make the standard readtable read-only: > allegro sbcl > Implementations that don't: > abcl ccl clisp cmucl ecl lispworks scl >
This is not true > (with-standard-io-syntax (set-dispatch-macro-character #\! #\Y (constantly nil))) Condition of type: SIMPLE-ERROR Change readtable Available restarts: 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL. Broken at SI:BYTECODES. [Evaluation of: (WITH-STANDARD-IO-SYNTAX (SET-DISPATCH-MACRO-CHARACTER #\! ...))] In: #<process TOP-LEVEL>. I just realized the error message is broken, but ECL does have read-only readtables and a function to lock them (ext:readtable-lock readtable &optional yes-or-no) I am not sure about the pprint dispatch table, though. We just recycled old SBCL/CMUCL code for that. Juanjo -- Instituto de Física Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://juanjose.garciaripoll.googlepages.com
_______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
