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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-11-10
|
303 b
|
14 lines
defstruct now understands two more types of structures:
:vector
:named-vector
A named vector has the defstruct structure name on the vector property
list, thus an instance of the foo structure would print as 'foo[8]'.
:named-vector is now the default structure type (instead of :hunk).