On Fri, Apr 11, 2014 at 6:55 AM, Joćo Bernardo <jbvsmo@gmail.com> wrote:
Some guy did a similar thing, just better:
https://github.com/JulienPalard/Pipe

Joćo Bernardo



It's interesting how that one puts the logic in the pipe elements instead of the iterators.

Here's one that does the method chaining route,  kind of an "Itertools: the class".

I like that connects indexing to `islice`.



Mark Daoust