-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comprehensions #31
Comments
Thank you @StoneCypher, but this proposal is about standard functions, not new syntax. |
Syntax isn't really in scope for this proposal. You might suggest it on es-discuss (or find one of the previous threads there). |
@nicolo-ribaudo , @bakkot - oh, didn't recognize the difference. scuttled another one of these sob stories i'm writing, as a result. what about things that involve both syntax and functions? |
@ljharb - thanks |
Those also wouldn't be in scope for this. |
If I had four array functions to suggest and two object functions to suggest, would you want one issue, two, or six? |
@StoneCypher This repo is not for raising any feature request, #32 is going to make it clear. |
#16 is a reasonable place to make suggestions for library features, I think. It's helpful to have an idea of what might go into such a library. |
It's honestly kind of hard to explain just how useful comprehensions actually are
Like a third of my code in erlang ends up using them somehow
The text was updated successfully, but these errors were encountered: