[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
extending DEFSTRUCT
- To: Dave.Touretzky@C.CS.CMU.EDU
- Subject: extending DEFSTRUCT
- From: Rick.Busdiecker@H.GP.CS.CMU.EDU
- Date: Sun, 25 Oct 1987 12:47:00 -0000
- Cc: common-lisp@SAIL.STANFORD.EDU
- Reply-to: Rick.Busdiecker@cs.cmu.edu
I also support the proposed extensions to structure handling.
Date: Sat 24 Oct 87 15:16:08-EDT
From: Dave.Touretzky@C.CS.CMU.EDU
When *PRINT-STRUCTURE* in NIL:
defstructs with their own print functions will use them
defstructs without their own print function will print in the #<> notation
Is there really a standard for #<> notation? If so, what is it and
where is it defined? If not, perhaps we should define a default #<>
notation such as #<name-of-structure-type>.
Rick