this post was submitted on 14 Jun 2024
665 points (92.9% liked)

Programmer Humor

18243 readers
1663 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Stop comparing programming languages

  • Python is versatile
  • JavaScript is powerful
  • Ruby is elegant
  • C is essential
  • C++
  • Java is robust
you are viewing a single comment's thread
view the rest of the comments
[–] reillypascal@lemmy.world 16 points 2 weeks ago (3 children)

The only reason I use C++ is because that's what all the main audio plugin tools use. It's warty and annoying, although I'm confused why Java would rank higher

[–] Bazz@feddit.de 14 points 2 weeks ago (1 children)

So we just ignore JavaScript being on that list at sll?

[–] timewarp@lemmy.world 4 points 2 weeks ago

I shit on JavaScript for years... but Deno (built around Rust) is honestly one of the most pleasant tools I've used for development, and you get all the completion in VS Code.

[–] ChickenLadyLovesLife@lemmy.world 2 points 2 weeks ago (1 children)

My main experience using C++ was because I got stuck modifying an app written with Qt Creator, an utterly insane cross-platform framework that used (still uses? I dunno, only people in Finland ever used it in the first place) C++ for the under-the-hood processing and Javascript for the UI. For good measure, the application developers had modified all the C++ stuff with macros to the point where it was barely even recognizable as C++. Fortunately, it mattered not at all because the app's customers were ISPs who just wanted a Skype clone so they could say they had one even though none of their customers ever used the damn thing.

[–] BatmanAoD@programming.dev 6 points 2 weeks ago

Oh, trust me, Qt is still primarily C++. It's effectively a massive set of C++ libraries.

[–] aliteral@lemmy.world 1 points 2 weeks ago

Couldn't we use pure C or Pure Data with hvcc for this?