Why not use juxtaposition to indicate function application

Serhiy Storchaka storchaka at gmail.com
Fri Mar 16 18:14:19 EDT 2012


16.03.12 23:02, Chris Rebert написав(ла):
> On Fri, Mar 16, 2012 at 1:57 PM, Serhiy Storchaka<storchaka at gmail.com>  wrote:
>> lambda:f
>
> Doesn't help; wouldn't the lambda be implicitly called?

No, the lambda is only for declaration. I prefer to use braces for 
lambda syntax, it will be fine with 'if' and 'while' functions.

But all this for some other, fictitious, language, not for Python.




More information about the Python-list mailing list