[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal about lambda-list params
- To: common-lisp@SU-AI.ARPA
- Subject: Re: Proposal about lambda-list params
- From: NGALL@G.BBN.COM
- Date: Thu, 24 Jul 1986 03:55:00 -0000
- Sender: NGALL@G.BBN.COM
The following thought just struck me. If we change CL to outlaw
things like (lambda (x x ...)...), then people who have been writing
code like (lambda (ignore x ignore) (declare (ignore ignore))...)
may be upset when their code breaks.
-- Nick