Is it possible to remove some symbols from a readtable or to create an empty readtable, where I have to set all reader macros myself.
(copy-readtable) can only copy existing readtables and recreate the default readtable
(set-macro-character) can only set functions
This works, but it seems stupid to me:
(copy-readtable) can only copy existing readtables and recreate the default readtable
(set-macro-character) can only set functions
This works, but it seems stupid to me:
(set-syntax-from-char #\' #\x)
PS: if I redefine I also should redefine the Print-function, because of reading, but I don't find, how to do this.