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

  1.  In response to requests from franz users, these enhancements have been
  2. made:
  3.  
  4. In Lisp 38.07,  if the lisp variable 'displace-macros' is set to non-nil,
  5. then when a macro expansion is done by the evaluator, the resulting
  6. expansion replaces the original call.  This means that macro expansion
  7. is only done once.  
  8.  
  9. In Liszt 8.03, the 'function' function is open coded.  If you have
  10.     (function (lambda ....))
  11. in your code then the lambda expression is compiled as a separate function
  12. and the result of the function call is a 'bcd' object which points
  13. to that compiled lambda.
  14.  
  15.  
  16.  
  17.