-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
add: map
support
#3
Comments
Ok, what would the syntax for this look like? result = ezq.map(f, items) But what about additional args? Also, blowing away the builtin |
We'll pick a better name later. And for now, let's say we don't care too much if there's no way to add additional args. How does this work? Oh, and we're basically re-inventing
|
That second step implies we have a few more args:
|
Still unsure about the name. I might go with |
|
Ah, |
Me: I'm debating renaming ezq.map to ezq.apply. What are reasons for and against this name change? ChatGPT: Reasons for renaming
Reasons against renaming
In conclusion, the decision to rename |
It is kinda nice to be able to simply say "run this function on these inputs using parallel resources".
The text was updated successfully, but these errors were encountered: