Hacker News new | ask | show | jobs
by k__ 1350 days ago
PHP is already FrankenPerl, and Perl FrankenAwk?

What happened to the times where some crazy person would simply slap together an interpreter and call it a language?

Somehow, language creation got more and more sophisticated these days.

2 comments

Really? Aren't there a lot of slapped together LLVM frontends these days?
In general I wish the "culture" of programmers would differentiate the "language" itself from the "things it is linked with" and "the ecosystem of available packages". We get a lot of pointless arguments where person 1 is talking about case 2, and another is thinking about case 3.

PHP, Ruby, and Node all use things like cURL or the same PCRE regex lib, but I've seen uninformed or misguided arguments about "how Node is better than PHP at making HTTP requests because of axios", and not "I like Axios more than Guzzle3".