[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in #\#



> CLISP appears to have a problem with #\#-dispatching.
> 1. You cannot input an array in the form #(...) to top-level.  Arrays
> do print normally in this format.

There is no problem with #\#. But most of the objects produced by #\# read
macros (arrays, pathnames, readtables etc.) are not self-evaluating forms
(cf. CLtL section 5.1.1). You cannot use them as forms, you must quote them.

Bruno Haible