Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-09 Thread Sebastian Bergmann
Am 07.04.2016 um 14:21 schrieb Andrea Faulds: > Please tell us your thoughts. +1 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-08 Thread Ivan Enderlin
On 08/04/16 12:17, Rowan Collins wrote: On 08/04/2016 08:43, Ivan Enderlin wrote: Most of the time, arrays or vectors constructing are represented by `[…]` symbols while destructing are represented by `{…}`. What your point of view or arguments here? When you say "most of the time", do you

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-08 Thread Rowan Collins
On 08/04/2016 08:43, Ivan Enderlin wrote: Most of the time, arrays or vectors constructing are represented by `[…]` symbols while destructing are represented by `{…}`. What your point of view or arguments here? When you say "most of the time", do you mean in other languages? Which other

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-08 Thread Ivan Enderlin
Hello, On 07/04/16 14:21, Andrea Faulds wrote: Hi everyone, Bob and I have made an RFC which proposes an alternative syntax for list(): https://wiki.php.net/rfc/short_list_syntax Please tell us your thoughts. Thanks! Thanks a lot for this RFC. Huge +1 from the all Hoa's community and

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Björn Larsson
Den 2016-04-07 kl. 21:11, skrev Markus Fischer: Hey, On 07.04.2016 14:21, Andrea Faulds wrote: Bob and I have made an RFC which proposes an alternative syntax for list(): https://wiki.php.net/rfc/short_list_syntax Please tell us your thoughts. Reading the last sample in the RFC: Both

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Markus Fischer
Hey, On 07.04.2016 14:21, Andrea Faulds wrote: > Bob and I have made an RFC which proposes an alternative syntax for list(): > > https://wiki.php.net/rfc/short_list_syntax > > Please tell us your thoughts. Reading the last sample in the RFC: > Both due to implementation issues, and for

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Fleshgrinder
+1 love it :) -- Richard "Fleshgrinder" Fussenegger signature.asc Description: OpenPGP digital signature

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Bishop Bettini
On Thu, Apr 7, 2016 at 8:21 AM, Andrea Faulds wrote: > Hi everyone, > > Bob and I have made an RFC which proposes an alternative syntax for list(): > > https://wiki.php.net/rfc/short_list_syntax > > Please tell us your thoughts. > Thanks for your (plural) work on this RFC. You

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Paul Jones
> On Apr 7, 2016, at 07:21, Andrea Faulds wrote: > > Hi everyone, > > Bob and I have made an RFC which proposes an alternative syntax for list(): > > https://wiki.php.net/rfc/short_list_syntax > > Please tell us your thoughts. Reading the name of the RFC led me to imagine what

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Rowan Collins
Lester Caine wrote on 07/04/2016 13:37: DO WE HAVE TO PUT UP WITH THIS STUPIDITY? Top posting 2 characters AND including all the sig Hi Lester, If you want to remind people of the mailing list rules, the link you are looking for is

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Marco Pivetta
Yes, Lester :-P Also, +1 to the RFC. On Apr 7, 2016 14:37, "Lester Caine" wrote: > DO WE HAVE TO PUT UP WITH THIS STUPIDITY? > Top posting 2 characters AND including all the sig > > On 07/04/16 13:29, Midori Kocak wrote: > > +1 > > > >> On 07 Apr 2016, at 14:21, Andrea

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Lester Caine
DO WE HAVE TO PUT UP WITH THIS STUPIDITY? Top posting 2 characters AND including all the sig On 07/04/16 13:29, Midori Kocak wrote: > +1 > >> On 07 Apr 2016, at 14:21, Andrea Faulds wrote: >> >> Hi everyone, >> >> Bob and I have made an RFC which proposes an alternative

Re: [PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Midori Kocak
+1 > On 07 Apr 2016, at 14:21, Andrea Faulds wrote: > > Hi everyone, > > Bob and I have made an RFC which proposes an alternative syntax for list(): > > https://wiki.php.net/rfc/short_list_syntax > > Please tell us your thoughts. > > Thanks! > -- > Andrea Faulds >

[PHP-DEV] [RFC] Square bracket syntax for array destructuring assignment

2016-04-07 Thread Andrea Faulds
Hi everyone, Bob and I have made an RFC which proposes an alternative syntax for list(): https://wiki.php.net/rfc/short_list_syntax Please tell us your thoughts. Thanks! -- Andrea Faulds https://ajf.me/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: