Re: [Python-ideas] Adding a pipe function to functools

April 16, 2016
6:04 a.m.
On Apr 16, 2016 12:07 AM, "Steven D'Aprano" <steve@pearwood.info> wrote:
On Fri, Apr 15, 2016 at 01:51:45PM -0500, Wes Turner wrote:
*
https://docs.python.org/3.1/howto/functional.html#the-functional-module
my mistake. in my haste, I had thought that functional was functools. it looks like funcy has both curry() and compose(): * http://funcy.readthedocs.org/en/stable/funcs.html#curry #compose * https://github.com/Suor/funcy/blob/master/funcy/funcs.py #compose * https://github.com/Suor/funcy/blob/master/funcy/simple_funcs.py #curry and fn.py has __lshift__ and __rshift__ for F.__compose: * https://github.com/kachayev/fn.py/blob/master/fn/func.py *
3259
Age (days ago)
3259
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wes Turner