Let-expressions

sloisel sloisel at gmail.com
Fri Apr 3 18:10:32 EDT 2009


Dear All,

I searched this group and found that there have been discussions about
introducing a let expression to the language so that you can define
local variables in a lambda. I.e., something like f=lambda x: let
y=x^2 in sin(y). (My syntax is unpythonic, but I hope you get it).

Can someone tell me what eventually happened?

Thanks,

Seb



More information about the Python-list mailing list