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

  1.  
  2.  
  3.  Regarding the documentation for Franz Lisp and the MIT/Lisp Machine
  4.  compatibility packages:
  5.  
  6.  Another option exists for those who might be interested. We at Decision
  7.  Systems Lab have been using a modified version of Opus 38.89 which in-
  8.  cludes the  defstruct and flavors code already described. It also in-
  9.  cludes an Interlisp compatibility package which allows Interlisp
  10.  records as well as most of the CLISP forms (these are actually very
  11.  easily simulated with LOOP but we chose a strategy which is more
  12.  in keeping with the Interlisp implementation of CLISP involving
  13.  hashed definitions for CLISP forms.
  14.  
  15.  The modified Lisp has all of the up-to-date flavors code and an
  16.  edited version of the manual which describes the format, defstruct,
  17.  and CLISP packages (borrowing heavily from the Laser edition of
  18.  the Common Lisp manual by Guy Steele). It also includes a re-organization
  19.  of much of the older manual into a more coherent form, and a number
  20.  of examples of more difficult concepts.
  21.  
  22.  If there is any interest I can make this publicly available. It would
  23.  be of little value to simply have the additional chapter since it
  24.  refers, heavily, to material in other sections. Also, flavors is not,
  25.  yet included, since the status of flavors in Franz was uncertain up
  26.  to a few months ago.
  27.  
  28.  For those interested, I will not be prepared to answer requests before
  29.  Christmas but after that I'll be around and can handle almost anything.
  30.  
  31.  Sean McLinden
  32.  Decision Systems Laboratory
  33.  University of Pittsburgh
  34.  
  35. -------
  36.  
  37.