[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#(...) Simple Vectors
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: #(...) Simple Vectors
- From: Wilhelm Burger <wilbur@cast.uni-linz.ac.at>
- Date: Thu, 10 Aug 1995 14:48:20 +0200
- Cc: wilbur@cadillac
Hello,
I am new to this list, just started porting some older CL code
to CLISP (Version 1995-04-04):
> *package*
#<PACKAGE USER>
> #(9 9 9) ;This should create a simple vector
*** - EVAL: illegal form #(9 9 9)
Is the form #(..) illegal in CLISP (vs. CLtL2 p.533)?
Help appreciated -
Wilhelm.