|
|
|
|
|
by francislavoie
2085 days ago
|
|
I disagree a lot with this article's opinions on PHP. It sounds like coming at it from the perspective of someone who hasn't used it in over a decade. Modern PHP with frameworks is just about as good as it gets for web development. Edit: oh lol, this was written in 2002, alright, that confirms that. |
|
hard disagree, but I'd love to learn more of the things that PHP is good at when compared to other frameworks and languages. Rails & Django are the frameworks to beat in terms of completeness and productivity, Flask/Sinatra for python/ruby flavored micro frameworks, NodeJS for massive concurrency and parallelism (Node does support threads as well as subprocesses) and large (sometimes sketchy) ecosystem and ease of contributions. There are the compiled languages as well with various advantages -- single binary deploy, speed, error avoidance with compile time type declaration/inference, etc.
What does modern PHP and a framework (like Laravel? what is popular in the space these days?) do better than it's contemporaries do? IIRC HHVM which seemed to be a bright spot (?) was abandoned by FB... Would love to hear about PHP's bright spots from a PHP enthusiast.