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

  1. MacLisp indeed does have VECTORs, STRINGs, CLASSes, etc. in an extended
  2. SmallTalk-like hierarchy, but they are not in the initial system.  Some
  3. of these used to have autoload properties, but I'm not sure about the
  4. state of things now.  None of the extended stuff got documented in the
  5. 1983 MacLisp manual, mostly because of Pitman's personal preferences for
  6. not using the extended stuff.
  7.  
  8. HUNKs are relevant, because the extended heirarchy uses the USRHUNK
  9. feature in order to cause system functions to "trap out" on hunks,
  10. thereby viewing them in an object-oriented way rather than as lists
  11. (Glaaaag!) or as mere simple vectors.
  12.  
  13. -- JonL --
  14.  
  15.  
  16.  
  17.