lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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! :)