Closed
Description
I constantly get this error when loading :poftheday system (https://github.com/40ants/lisp-project-of-the-day).
The problem is in this method:
(defmethod asdf/system:find-system :around (name &optional (error-p t))
(literate-lisp:with-literate-syntax
(call-next-method)))
I see that with-literate-syntax
macro copies *readtable*
only for Allegro:
(*readtable* #-allegro *readtable* #+allegro(copy-readtable nil)
Why it modifies existing readtable for all other lisps?
Metadata
Metadata
Assignees
Labels
No labels