Petri Lehtinen <pe...@digip.org> added the comment: @markonervo: Have you tried the pointfree library: http://pypi.python.org/pypi/pointfree/ ? I think it's exactly what you're asking for.
The only case I've ever needed currying was managing callback soup in async code. And even then, functools.partial() was perfectly enough. I don't think this would be useful in Python stdlib, so -1 from me. ---------- nosy: +petri.lehtinen _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13430> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com