[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with eval and clos
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: problem with eval and clos
- From: dxs@evolving.com (Dan Stanger)
- Date: Wed, 25 Jan 1995 14:40:39 -0700
l is bound to (RNOTCONTAINED (MAPLET 'JOE 1) #<RELATION #x000080>)
and when i try to (eval l) i get a error
*** - EVAL: illegal form #<RELATION #x000080>
however when i bind #<RELATION #x000080> to a with a let as follows
(let ((a (slot-value (gethash 'addentry *schemas*) 'telephones)))
(RNOTCONTAINED (MAPLET 'JOE 1) a)
)
it works. could someone explain why this occurs?
thanks,
dan stanger