Hacker News new | ask | show | jobs
by vlunkr 2269 days ago
> The TIOBE Programming Community index is an indicator of the popularity of programming languages.

This is ranking of popularity only, not any measure of quality. Obviously PHP and SQL are more popular than Rust.

1 comments

And higher quality. They have official specs, so there can be multiple suppliers. Competition leads to quality.
Without getting too philosophical, I would say the best quality language is the one you can most confidently write in that can solve your problem.
PHP has a spec?
The official one is here: https://github.com/php/php-langspec

It was pushed quite strongly around the time when HHVM was striving for high compatibility with PHP (they've since dropped that goal).

That's cool. I had to learn some intricacies of PHP for a job once quite a while ago and the docs weren't quite sufficient. Could have used that. Language specs are typically harder to digest then other material but ultimately you can get all the details out of them you need and they're typically worth reading.