wuezz | 9 years ago | on: Be ready for clones of Pokemon Go
wuezz's comments
wuezz | 9 years ago | on: Ask HN: Is there a way to compress repeated JSON objects?
wuezz | 9 years ago | on: Zend Framework 3 Released
For what it's worth I given up on PHP, after using it as my go-to language for about 16 years. I'm drinking the golang cool-aid and never coming back!
wuezz | 9 years ago | on: Devastating Amazon hardware review of a wireless power switch
wuezz | 9 years ago | on: Zend Framework 3 Released
wuezz | 9 years ago | on: Zend Framework 3 Released
wuezz | 9 years ago | on: Zend Framework 3 Released
Laravel is the best example for this, with spin-offs in several other languages. (Fair notice: many of the ideas in Laravel are not new, but borrowed/inspired from C#, rails and others)
* Node.js frameworks inspired by Laravel: http://www.adonisjs.com/, https://quorrajs.org/
* Python: http://www.pylonsproject.org/projects/pyramid/about, https://github.com/aacanakin/glim
* Java: http://wings.loonydev.com/
and so on
In other news, the `trait` type was recently popularized by PHP and can now be found in many languages: https://en.wikipedia.org/wiki/Trait_(computer_programming)