Bash-like pipes in Python

Marko Rauhamaa marko at pacujo.net
Thu Mar 17 07:49:05 EDT 2016


Steven D'Aprano <steve at pearwood.info>:

> On Thu, 17 Mar 2016 02:20 am, Random832 wrote:
>> fpipe("abcd12345xyz", pfilter(str.isdigit), pmap(int), preduce(mul))
>
> Intriguing! Thank you for the suggestion.

Still want the pipeline syntax!


Marko



More information about the Python-list mailing list