March 1, 2014
1:40 a.m.
On Sat, Mar 1, 2014 at 12:24 PM, Glenn Linderman <v+python@g.nevcal.com> wrote:
You are overlooking that the keyword except provides exactly the connotation of lazy evaluation, so if this is your only reason for preferring the lambda syntax, you just erased it :)
Statements are always executed sequentially. That's not "lazy evaluation", that's just the way statements are :) ChrisA