[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: DESTRUCTURING-BIND (Version 2)
- To: Guy Steele <gls@Think.COM>
- Subject: Issue: DESTRUCTURING-BIND (Version 2)
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Mon, 6 Feb 89 12:02 EST
- Cc: KMP@STONY-BROOK.SCRC.Symbolics.COM, CL-Cleanup@SAIL.STANFORD.EDU
- In-reply-to: <8902061640.AA27962@verdi.think.com>
Date: Mon, 6 Feb 89 11:40:11 EST
From: Guy Steele <gls@Think.COM>
Date: Fri, 3 Feb 89 18:11 EST
From: David A. Moon <Moon@stony-brook.scrc.symbolics.com>
...
In fact the feature that I really prefer is the one that provides an
automatic DECLARE IGNORE for any variable that is named IGNORE and is
not referenced. For some reason I was hesitant to suggest that; I think
I was being stupid.
Presumably you want the additional special treatment that such
variables named IGNORE are exempt from the prohibition on the same
variable appearing twice in a lambda-list.
Right.