[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
duplicate LET* variables
- To: "common-lisp" <common-lisp@su-ai.ARPA>
- Subject: duplicate LET* variables
- From: "BACH::VANROGGEN" <vanroggen%bach.decnet@hudson.dec.com>
- Date: Fri, 25 Jul 1986 12:15:00 -0000
- Cc: vanroggen
- Reply-to: "BACH::VANROGGEN" <vanroggen%bach.decnet@hudson.dec.com>
Although I agree with Touretzky's reasoning about not having duplicate
names in the same lexical environment (I might as well add: except
when covered by the shadowing rules), I thought the problem with LET*
was the ambiguity regarding declarations, which is why LET* isn't the
same as a bunch of nested LETs.
---Walter
------