Hacker News new | ask | show | jobs
by leibnitz27 2410 days ago
Aside from all the other excellent points about the motivations behind this group - this one sentence on the website is really a very silly move : 'Currently, most software courses teach either Python or (worse yet) Java'.

If you're trying to show that a language is good, don't slag off other languages just for the sake of it.

At best it makes unjustified suppositions. At worst it makes you look like a bitter zealot.

1 comments

Except PHP. Hating on PHP is practically a meme at this point.
Sure, but PHP's got it's shit together lately. It's actually grown w/ the times and isn't the POS it was a decade ago w/ the 4/5 versions. 7 and soon version 8 are a lot faster, more secure, and w/ composer/laravel and the ecosystem a lot easier to build apps in. That said it's not always perfect. There's definitely something to be said of building the entire stack in JS simply because then devs only need know JS... Or use something like elixir because of performance needs.

I think hating on PERL is more of a meme than hating on PHP, and in some circles hating on JS is just as popular a meme... I mean JS is a nightmare sometimes esp. the tooling/build setups but it accomplishes things not many other languages can. Though rust+web assembly might be interesting way to skip js, but learning curve is a bit high on rust.