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

Reading of #S(S A NIL)



Shouldn't the reading of  #S(S A NIL) , after a proper definition
of  (DEFSTRUCT S A) , as in the following example from AKCL 1.175,
work?


	Lawrence G. Mayka
	AT&T Bell Laboratories
	lgm@ihlpf.att.com

______________
Starts dribbling to rje/s-note (1989/6/6, 15:10:43).
NIL

>
(defstruct s a)MAKE-S

>
(setf *s* (make-s))#S(S A NIL)

>
#s(s a nil)
Error: S is not a structure.
Error signalled by an anonymous function.

Broken at READ.  Type :H for Help.
>>
:q

Top level.
>(dribble)
____________________