[Python-ideas] pep 312 - implicit lambdas idea

Jan Kaliszewski zuo at chopin.edu.pl
Sat Aug 8 13:22:58 CEST 2009


> I was thinking about a good syntax for implicit lambdas for a while
> and today I had this idea: make ``_:`` a shortcut for ``lambda
> _=None:``

-1

I personally feel it as ugly and not readable (visually) at first
sight...

And, as others noted, '_' is already being used for a few completely
different things.

*j



More information about the Python-ideas mailing list