[Python-ideas] Function composition (was no subject)

Gregory Salvan apieum at gmail.com
Sun May 10 23:11:51 CEST 2015


Stephen J. Turnbull, ok, I was wong about community expectation, I thougth
functools would be more popular with new symbols.
Personnally, I made a wide use of functionnal paradigm but except when I
need an heavy use of partial and reduce, the simple fact of importing
functools and use the "partial" function has a higher cost than making it
differently.
That's also because python syntax is really convenient and lambda,
decorators, iterators... allow a lot of things.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150510/3d49d969/attachment.html>


More information about the Python-ideas mailing list