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

Re: Bug or feature?



> > #(1 2 3 7)
> 
> *** - EVAL: illegal form #(1 2 3 7)
> 1. Break> abort
> 
> 
> > '#(1 2 3 7)
> #(1 2 3 7)
> > 
> 
> I thought vectors shoud be self-quoting.

Either you are using a very old version, or you are in the wrong package.

There are versions of clisp in which vectors don't self-quote,
versions in which they self-quote, and versions in which this depends
on the structure of the package current when the form is read.

Hope this helps.
Pierpaolo.