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

Higher-order procedures #27

Open
MSE99 opened this issue Nov 14, 2022 · 3 comments
Open

Higher-order procedures #27

MSE99 opened this issue Nov 14, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MSE99
Copy link

MSE99 commented Nov 14, 2022

I know that the goal of this project is to provide a clean and efficient minimal API but i think having for example a some high order procedures like Filter will help improve usage and dx.

@benbjohnson benbjohnson changed the title High order proceducres ? Higher-order procedures Nov 14, 2022
@benbjohnson
Copy link
Owner

I'm open to a proposal for higher-level functions (e.g. Filter, Map(), etc). I don't commit a lot of time on this repo so I don't have the bandwidth to implement it but I'm open to other folks implementing something.

@benbjohnson benbjohnson added enhancement New feature or request help wanted Extra attention is needed labels Nov 14, 2022
@MSE99
Copy link
Author

MSE99 commented Nov 15, 2022

Should we pass other information (other than the current item) about the list to Filter predicate?

@laher
Copy link
Contributor

laher commented Jan 4, 2023

@MSE99 I have prototyped some HOFs here: #37 ? Does they seem like what you were hoping for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants