-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Partial Application: Stage 1 #32
Comments
Note that there were a number of concerns about the syntax in the Sept 2017 meeting. Particularly with how these are too similar: fn(...b); // spread args, calls fn
fn(...,b); // placeholder, does not call fn It was asked that there be a different syntax which is applied towards the start of a call: <HERE>foo<OR_HERE>(x++) But it was also raised that |
Additionally, a number of members raised concerns that it might not ever be possible for the syntax to be made viable to make it to stage 2. |
I'll pick this. |
Hi, I would like to work on this. One thing, I'm going to learn a lot, the other, I'm writing my Bachelor thesis about Babel compiler so doing something for Babel would mean a lot. |
Champion: @rbuckton
Repo: https://github.com/rbuckton/proposal-partial-application
Slides: https://docs.google.com/presentation/d/1GSnqtT1jHbilIAwCuaK2yjKNj0y6cLfJNisZDig3Nm8/edit?usp=sharing
First presented at the Sept 2017 meeting
Example
Syntax
The text was updated successfully, but these errors were encountered: