-
Notifications
You must be signed in to change notification settings - Fork 1
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
Parenless function calling #2
Comments
Inspired by a strawman syntax in #1 |
Got schooled by the Founder. Maybe the |
Although it would be in line with var str = "multiple \
line \
string \
literal";
str // "multiple line string literal" Python uses |
Surely a Lisp that compiles to JS and happens to have builtin currying already exists out there somewhere, right? (Now I'm going to wonder if anyone has ever invented a Lisp with Haskell's type system. Haskell in Lisp's clothing.) |
@ScottFreeCode the parens were just for ASI suppression. But that won't work.
Hmmm...there must be something 😄
|
I hope ASI will be removed completely one day. |
I like big butts, but not on my function calls
Wouldn't it be nice to live in this world?
ASI is the big problem with this syntax.
But maybe this could work
or this
I might prototype it in sweet.js to see where it goes.
The text was updated successfully, but these errors were encountered: