[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: DESTRUCTURING-BIND (Version 2)
- To: Moon@STONY-BROOK.SCRC.Symbolics.COM
- Subject: Issue: DESTRUCTURING-BIND (Version 2)
- From: Jim McDonald <jlm@lucid.com>
- Date: Mon, 6 Feb 89 12:44:10 PST
- Cc: franz!frisky!jkf@ucbarpa.Berkeley.EDU, CL-Cleanup@SAIL.STANFORD.EDU
- In-reply-to: David A. Moon's message of Mon, 6 Feb 89 15:11 EST <19890206201122.6.MOON@EUPHRATES.SCRC.Symbolics.COM>
Not to detract from the main point (which I endorse), doesn't
(PROCLAIM '(IGNORE IGNORE)) have most of the desired effect in
the current language?
I think treating IGNORE specially is desirable since I see no
comparable trick to allow duplicate entries in a lambda-list.
(Without a standard, the trick above has the minor danger of
"capturing" a lamentable use of IGNORE as a normal variable, but
since you presumably would get a compiler warning, it's not an
insidious problem.)
(I suppose one could also introduce an &IGNORE lambda key word, but
the thought makes me vaguely uncomfortable.)
jlm