back

by rbanffy·18y ago·view on hn ↗
"Instead comparing PHP to Lisp for that purpose, I'd be more interested in a comparison between PHP and Python or PHP and Ruby."

I agree. More to the point, it would be more interesting to compare PHP frameworks to Rails or Django, as Ruby and Python are more general purpose languages and PHP, while it can be used for other things, is built to generate HTML.

The original (quite lame) article is in the lines that "I tried to use this ocean liner to go to the supermarket and it is infinitely less convenient than the car I was used to. Nobody should use ocean liners because cars are more convenient". It´s awful.

1 comments
I think the comparison Brian Hurt makes between "core" and "edge" languages (http://enfranchisedmind.com/blog/2008/09/20/programming-lang...) is pretty relevant here. "Edge" languages are often used as "glue" languages, because they're good at wrapping separate components and making them work together, while "core" languages are usually better for complicated systems that do most of their work internally, such as compilers. Lisp and OCaml are primarily core languages, while Python and Perl are primarily edge languages.