this post was submitted on 14 Jun 2024
673 points (93.0% liked)
Programmer Humor
19557 readers
1207 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They also thought the best thing to take from Python is that version 3 should not be backwards compatible with version 2
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).
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.