-
Notifications
You must be signed in to change notification settings - Fork 15
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
Introduce listops #178
Comments
Though we have to take into account the risk of suddenly gobbling blocks:
The Don't know what the correct fix is — make an exception for expressions inside |
Given the way #300 is heading, maybe we'll even end up with "listops", aka a "list prefix" precedence level, a precedence level looser than the usual infixes. I dunno. It's worth trying, I think. One difficulty we'll run into with that is that right now Introducing an |
Oh! One big change that this will entail:
With current ( More generally, the mere presence of listops would turn a simple "mention" of any function I suggest |
So am I. I think CoffeeScript made the right call here, as opposed to Perl/Ruby. |
This is also the main reason I rejected listops from the get-go with 007. It seems that there are language design pressures that apply in both directions, so to speak. #300 paints an attractive picture with |
Instead of fighting them as in #49, why not joining them?
The text was updated successfully, but these errors were encountered: