Skip to content

Conversation

ashe-dolinsky-old
Copy link

Hello there,

I've added a support for simple_reduce, which is basically a reduce that doesn't require a base case
and multi_map. The latter takes a list of lists or iterators and maps every value of those onto a single
list. For example: multi_map({{1, 2, 3}, {6, 7, 8}}, function(x, y) return x + y end) will return {7, 9, 11}.
The first iterative argument can contain an arbitrary amount of nested iterative structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant