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

  1.   added: (sys:link 'oldname 'newname) that what the ln program does.
  2.  
  3.   changed: the order of arguments to the vset functions is now:
  4.       (vset 'vector 'index 'value).
  5.     
  6.     [This shouldn't affect anyone since vectors haven't been officially
  7.      released yet and won't be until I make one more major modification]
  8.  
  9.     setf now knows about vectors.  You can say
  10.         (setf (vref 'vector 'index) 'value)
  11.     and not have to worry about the order of arguments to vset.
  12.  
  13.  
  14.  
  15.