Skip to content

Add reduce() and group() builtins #162

@alexec

Description

@alexec

It would be good to complete this set of operations.

I think group would be:

group(Prices,  {# > 10})

But I'm not sure the closure syntax can support reduce op due to the need for the closure to take two args, something like

reduce(Prices, 0, {.value + .acc})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions