[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] itertools 0.1 - Functional iterators based on coroutines
- From: Daurnimator <quae@...>
- Date: Tue, 13 Sep 2016 11:58:25 +1000
On 12 September 2016 at 21:24, Adrián Pérez de Castro <aperez@igalia.com> wrote:
> 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 :-)
Do you know of luafun? https://github.com/rtsisyk/luafun
Although you wouldn't think it from the copy, it doesn't require
luajit, and works well with lua 5.1 through 5.3.