[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Reading of #S(S A NIL)
- To: att!rascal.ics.utexas.edu!kcl
- Subject: Reading of #S(S A NIL)
- From: ihlpf!lgm@att.att.com
- Date: Tue, 6 Jun 89 16:16 CDT
- >from: ihlpf!lgm (Lawrence G Mayka +1 312 416 5166)
- Posted-date: Tue, 6 Jun 89 16:16 CDT
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)
____________________