[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #(...) Simple Vectors
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: #(...) Simple Vectors
- From: bernardp@cli.di.unipi.it
- Date: Fri, 11 Aug 95 13:06:52 +0200
- Cc: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- In-reply-to: <9508101332.AA08875@wavehh.hanse.de> (cracauer@wavehh.hanse.de)
From: cracauer@wavehh.hanse.de (Martin Cracauer)
> #<PACKAGE USER>
> > #(9 9 9) ;This should create a simple vector
>
> *** - EVAL: illegal form #(9 9 9)
It cannot be evaluated. Quote it. Or use it to set a variable.
It's easy to modify clisp to be cltl2 on this point.
It's just a matter of deleting a few lines from compiler.lsp and eval.d
I don't have my sources here, so I can't send the exact patch.
If there will be still interest in this on the end of Aug. when I'll come
back from vacation, I'll post the patch.
Bye, Pierpaolo.