[Python-ideas] Multi-statement anonymous functions

musicdenotation at gmail.com musicdenotation at gmail.com
Wed Jan 22 13:43:26 CET 2014


1. Mutable namespaces and variables are for computation processes like while or for loops. They are not for temporary variables (that is why classes and functions have their own scopes).
2. I want not to worry about name clashes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140122/4758b67a/attachment.html>


More information about the Python-ideas mailing list