this post was submitted on 14 Jun 2024
671 points (93.0% liked)

Programmer Humor

19187 readers
1110 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
[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

They also thought the best thing to take from Python is that version 3 should not be backwards compatible with version 2

[–] [email protected] 3 points 3 months ago (1 children)

I think that's good when the objective is to improve the language. One key thing that holds many languages back is that they're stuck with historical baggage, and it can be pretty difficult to replace/remove "outdated" stuff without breaking everything.

I do not want to be stuck using Python 2, or Scala 2 (although there exist people who use Scala 2 instead of Scala 3).

[–] [email protected] 1 points 3 months ago

Where I’m working we’re heavily using Spark, which kind of blocks us from upgrading. There seem to be ways to get Scala 3 to work, but we also have old terribly written baggage code no one understands. Just upgrading between 2.12 to 2.13 was a journey.