Re: [ANN] itertools 0.1 - Functional iterators based on coroutines
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] itertools 0.1 - Functional iterators based on coroutines
- From: Jonathan Goble <jcgoble3@...>
- Date: 2016年9月12日 21:51:01 -0400
On Mon, Sep 12, 2016 at 7:24 AM, Adrián Pérez de Castro
<aperez@igalia.com> wrote:
> Repository: https://github.com/aperezdc/lua-itertools
> Documentation: https://aperezdc.github.io/lua-itertools
> LuaRocks: luarocks install itertools
>
> The lua-itertools module provides a collection of functional utilities to use
> with coroutine-based iterators. One of the main goals is to provide composable
> functions which work well together. Parts of the API are loosely based on some
> of the Python builtins (e.g. map, filter), and the itertools [1] module.
>
> So far the module includes functionality that I have needed myself. I am open
> to add additional functions — even if it's just a suggestion, contributions
> are appreciated :-)
Looks interesting! I don't have any functions to suggest, but I did
send a couple of pull requests for two very minor documentation
improvements. Thanks for putting this together! :)