[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: issue DEFINING-MACROS-NON-TOP-LEVEL
- To: sandra%defun@cs.utah.edu (Sandra J Loosemore)
- Subject: Re: issue DEFINING-MACROS-NON-TOP-LEVEL
- From: David N Gray <Gray@DSG.csc.ti.com>
- Date: Tue, 21 Mar 89 17:34:43 CST
- Cc: cl-compiler@sail.stanford.edu, moon@stony-brook.scrc.symbolics.com
- In-reply-to: Msg of Tue, 21 Mar 89 14:42:12 MST from sandra%defun@cs.utah.edu (Sandra J Loosemore)
- Sender: GRAY@Kelvin.csc.ti.com
> ... One possibility is the ENCLOSE function that has
> been mentioned in connection with the cleanup issue COERCE-INCOMPLETE,
> that takes a lambda expression and a syntactic environment, and
> returns a function.
That sounds like the right answer to me. I had been wondering earlier
today whether something like that might not be needed in order to
transform the result of PARSE-MACRO into a function object suitable for
use in the :MACRO argument of AUGMENT-ENVIRONMENT.