[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lexically vs. Dynamically scoped Lisps.
- To: Eduardo Krell <ekrell@ucla-locus>
- Subject: Re: Lexically vs. Dynamically scoped Lisps.
- From: Sanjai Narain <narain@rand-unix>
- Date: Tue ,13 Nov 84 15:19:02 EDT
- Cc: narain@rand-unix, t-discussion@YALE.ARPA
- In-reply-to: Your message of Tue, 13 Nov 84 09:54:43 PST.
Thanks for your answer. I now see the point about lexical scoping leading to
efficiency in accessing the value of a variable at run time. I think the
efficiency would be present not only in compiled code but in interpreted
code as well. This is certainly important. But perhaps the more important
point is, as you indirectly point out, and also Charles Dolan in a separate
message, that lexical scoping is necessary for correct implementation of
lamdba calculus reduction rules.
Sanjai Narain