8 ms·
The addition of lambda functions and closures is a huge forward step for php.
by craigbellot 17y ago
The addition of lambda functions and closures is a huge forward step for php.
- there 17y agowith late static bindings, hopefully the php-activerecord project will get more attention and users since 5.3 is out of release candidates. http://github.com/kla/php-activerecord/tree/master http://github.com/kla/php-activerecord/tree/master
- breck 17y agoi'm also excited about lsb. i ran into a situation the other day where they would have been extremely helpful
- dryicerx 17y agoHuge forward step while you are still far far behind = still far behind.
- chops 17y agoOh thank you! Lambda functions! I'm so sick of working with php's silly create_function hack for lambda functions. This will make working in php so much more convenient! I'm also glad to see the ternary shortcut (?:) added.
- mjgoins 17y agoI agree that this release provides some much-needed missing features, but I fear that the culture of php, when presented with these new features, will use them to build even more crufty, difficult-to-read code. As a coder and debugger of much php code, I hope I'm wrong about that.