Hacker News new | ask | show | jobs
by wuezz 3648 days ago
Indeed, PHP is part of that industry. Some parts of the PHP eco-system are even leading the way, believe it or not.

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)

3 comments

I doubt traits were "popularized" by PHP. PHP 5.4 was released in 2012, when most of the other listed languages had traits already.
those other languages weren't popular. hence "popularized"
What does Pyramid borrow from Laravel? I thought it grew from repoze, which was started a while before Laravel.
Yeah, and repoze was a refactoring of Zope which has one of the longest web framework histories around.
i stand corrected
I have no doubt there's plenty of innovative PHP libraries and frameworks, I (and many others) just believe they would be even better in another language ;)
Time will weed out the good from the bad, and clever people will surely bring over the good stuff to their favorite languages. Why not be part of that yourself?

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!