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

  1. Here at the Univ of Maryland, we do have an implementation of
  2. flavors in Franz Lisp and have used it successfully in several
  3. large systems.  It doesn't contain all the features of the Lisp
  4. Machine Flavors, but it does implement all the major ones.  It is
  5. also different in a few ways that are necessitated by the limitations
  6. of Franz Lisp (shallow binding without invisible pointers or true
  7. closures -- though closures may be in the very newest versions of
  8. Franz -- we have opus 38.26).  The package uses a hashing scheme
  9. for looking up methods, and the function <- which is used to send
  10. a message to an object is written in C.  Together, this makes it
  11. an efficient implementation.
  12.  
  13. We are currently working on a new policy for distributing flavors,
  14. our other lisp packages and our window package.  When we have worked
  15. it out, I will announce the details here.
  16.  
  17.                 -Liz
  18.  
  19.