"[Python-ideas] The pipe protocol, a convention for extensible method chaining"
https://mail.python.org/pipermail/python-ideas/2015-May/033673.html
https://groups.google.com/forum/m/#!topic/python-ideas/4HgpT5yE06o
Hello,
I have been looking over the toolz library and one of the functions I like the most is pipe. Since most programmers are familiar with piping (via the Unix `|` symbol), and it can help make tighter code, I think it would be nice to add it to the standard library (such as functools).
- Ed Minnix
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/