Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdlib: Filter #51

Open
9 tasks
ahdinosaur opened this issue Sep 14, 2023 · 0 comments
Open
9 tasks

Stdlib: Filter #51

ahdinosaur opened this issue Sep 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ahdinosaur
Copy link
Owner

ahdinosaur commented Sep 14, 2023

Describe the solution you'd like

Example:

filter
  list:
    - value: 10
    - value: 20
    - value: 30
  each: (item) => item.value > 15

TODO Checklist

  • Add to rimu-parse
    • Add unit test(s)
  • Add to rimu-eval
    • Add unit test(s)
  • Add spec tests
  • Add to examples
    • Add example to playground
  • Add to docs
    • Check complete on roadmap

Describe alternatives you've considered

Additional context

@ahdinosaur ahdinosaur added the enhancement New feature or request label Sep 14, 2023
@ahdinosaur ahdinosaur changed the title BlockOperation: Filter Stdlib: Filter Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant