[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
**DRAFT** issue SYNTACTIC-ENVIRONMENT-ACCESS (version 4)
- To: Eric Benson <eb@lucid.com>
- Subject: **DRAFT** issue SYNTACTIC-ENVIRONMENT-ACCESS (version 4)
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Fri, 17 Mar 89 15:48 EST
- Cc: cl-compiler@sail.stanford.edu, x3j13@sail.stanford.edu
- In-reply-to: <8903152040.AA00297@blacksox>
Date: Wed, 15 Mar 89 12:40:06 PST
From: Eric Benson <eb@lucid.com>
Date: Tue, 14 Mar 89 18:41 EST
From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
The :MACRO argument to AUGMENT-ENVIRONMENT shouldn't look like the CADR
of a MACROLET special form, instead it should be a list of lists (name
function).
A small point: Shouldn't this be an a-list of the form
(name . function) instead of a list of lists?
Oh, I keep forgetting that some people have to worry about the efficiency
of conses versus lists. I don't care which it is.