Skip to content

try modifier in apply,select,etc #4184

@mahrud

Description

@mahrud

Not long ago we added support for something like:

i6 : select(-5..5, even and not zero)

o6 = (-4, -2, 2, 4)

Which is pretty nice. Basically not Function and Function and Function return a function that negate the output or and the outputs.

Would be neat if this was also supported:

apply(10, try myfunc)

Maybe this is not feasible because there's an actual double meaning here, in which case case I'm happy to close this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions