[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
issue MACRO-ENVIRONMENT-CREATOR, version 1
- To: sandra%defun@cs.utah.edu
- Subject: issue MACRO-ENVIRONMENT-CREATOR, version 1
- From: Glenn S. Burke <gsb@ALDERAAN.SCRC.Symbolics.COM>
- Date: Wed, 11 Jan 89 23:35 EST
- Cc: cl-compiler@sail.stanford.edu
- In-reply-to: <8901101948.AA11618@defun.utah.edu>
You still need the ability to handle flet (i.e., shadow macro definitions).
While one could say that a definition with only a name does that, i.e.
(make-macro-environment '((flet-function-name-1) (flet-function-name-2))),
a syntax like this is not amenable to any future extension.