home *** CD-ROM | disk | FTP | other *** search
- In response to requests from franz users, these enhancements have been
- made:
-
- In Lisp 38.07, if the lisp variable 'displace-macros' is set to non-nil,
- then when a macro expansion is done by the evaluator, the resulting
- expansion replaces the original call. This means that macro expansion
- is only done once.
-
- In Liszt 8.03, the 'function' function is open coded. If you have
- (function (lambda ....))
- in your code then the lambda expression is compiled as a separate function
- and the result of the function call is a 'bcd' object which points
- to that compiled lambda.
-
-
-
-