On Oct 11, 2008, at 9:05 AM, Peter Michaux wrote: > How to define a variable that is local to the enclosing lambda? Isn't > the ability to do that essential? Use let (the var replacement declaration form). /be