-
Notifications
You must be signed in to change notification settings - Fork 36
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
[NFR] Support for list() #18
Comments
From @wapmorgan on February 20, 2014 19:52 Agree. |
From @lstrojny on February 20, 2014 23:34 Wouldn’t proper destructuring be more desirable?
|
From @ovr on September 7, 2014 13:31 Vote for
|
From @mruz on September 7, 2014 15:5
Is enough for me. |
From @thaJeztah on September 7, 2014 15:58 I may actually prefer It may be just me, but I would (at a glance) interpret
as
The extra brackets would hint at 'something extra is performed here' when scanning code. |
From @phalcon on September 7, 2014 19:49 I'd prefer
We can use this syntax in the future to assign the same value to every index in the array: let [0, 1, 2] = null; |
From @aschwin on November 26, 2014 15:52 Is there a decision already for this issue? |
Just want to add my bit.. Stolen from ECMAScript 6 (JS) :
http://es6-features.org/#ObjectMatchingDeepMatching
That's if you want to reinvent the wheel, then please stay as close as some standardized language. |
From @mruz on January 24, 2014 11:43
It would be nice to can use list():
Copied from original issue: zephir-lang/zephir#105
The text was updated successfully, but these errors were encountered: