[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in #\#
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: Error in #\#
- From: haible (Bruno Haible)
- Date: Wed, 10 Mar 93 19:44:04 +0100
> 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