home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0139.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  303 b   |  14 lines

  1.   defstruct now understands two more types of structures:
  2.       :vector
  3.     :named-vector
  4.  
  5.   A named vector has the defstruct structure name on the vector property
  6. list, thus an instance of the foo structure would print as 'foo[8]'.
  7.  
  8.  
  9.   :named-vector is now the default structure type (instead of :hunk).
  10.  
  11.  
  12.  
  13.  
  14.