[PHP-DEV] Re: [RFC] Closures, Lambdas and use

2009-01-21 Thread Greg Beaver
Dmitry Stogov wrote: > Personally I like the current syntax more and don't see any reason to > change it. > > Thanks. Dmitry. > > Marcus Boerger wrote: >> Hello Internals, Dmitry, Lukas, Johannes, >> >> some time back (August 08) I complained about 'use' being at a weird >> position and not at

Re: [PHP-DEV] Re: [RFC] Closures, Lambdas and use

2009-01-11 Thread Erik Schulz
I like how the current syntax forces you to define what your importing right next to the function signature. It's easy to waste time debugging if your assumptions about what's being imported into scope are wrong. Erik Schulz - gradbot @ gmail, yahoo, aim Software Engineer, Vulcan Inc. On Wed, J

[PHP-DEV] Re: [RFC] Closures, Lambdas and use

2009-01-07 Thread Dmitry Stogov
Personally I like the current syntax more and don't see any reason to change it. Thanks. Dmitry. Marcus Boerger wrote: Hello Internals, Dmitry, Lukas, Johannes, some time back (August 08) I complained about 'use' being at a weird position and not at the same place as 'global' or 'static' wh