On Fri, Aug 14, 1998 at 06:32:37AM -0700, Karl M. Hegbloom wrote:
>>>>> "Olivier" == Olivier Galibert
<galibert(a)pobox.com> writes:
Olivier> I think that lexical scoping would make a huge difference
Olivier> by allowing much tighter optimizations of the compiled
Olivier> code.
It occured to me yesterday that perhaps instead of changing the `let'
and `let*' into lexical versions, the `lexical-let' from `cl' ought
to be recoded in C, so that it won't have to do the `aref' it does
now... My crystal ball is becoming cloudy.
I hope this means I was on the right wavelength for a short time. Is
this what is planned?
Nothing is planned. BTW, let is only half of the problem. Function
parameters are the other half, performance-wise.
OG.