Guido van Rossum wrote:
Also, some groups of people would like to see a more concise notation for lambdas, and maybe they'd want to write

x = (a, b) -> a + b

We probably can't have both,

I think we could if we wanted to. In an annotation, -> could be treated
as sugar for Callable[], and in other expressions as sugar for lambda.

--
Greg


_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to