-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Change Array Splat Symbol from Asterisk to Ellipsis #45
Comments
It needn't:
Multiple splats on the same line will look a little funky, but it's a small price to pay. This (ellipsis splats for function defs and calls, not exploded assignment) is now on master. Closing the ticket. |
Just to read well. The
Also, I didn't realize this, but apparently it's the way to do splats in C and Java: |
It's supported on the current master. I agree that it's not ideal, but still the better of the two options. Your first example compiles into this:
|
Sorry for commenting on a closed issue, but I followed a link here and I can't help but feel like this reads like one side of a conversation. Am I missing something obvious? |
Huh. Maybe the other person deleted their github account? Or maybe it's a bug. |
Douglas Crockford suggested changing the array splay symbol from
*
to...
, which would read like this:I think it's lovely. Any objections?
The text was updated successfully, but these errors were encountered: