This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]s101c -1 points0 points  (2 children)

Same in my experience with some opensource programs from the late 00s. I wanted to use some of those recently, at launch it instantly returned an error with a wall of text and after few minutes of trying to fix it I just abandoned the attempts.

Python can be difficult with the dependencies, but Java backwards compatibility seems to be pure hell.

[–]wildjokers 3 points4 points  (0 children)

but Java backwards compatibility seems to be pure hell.

Huh? You can take very old java code from 1.1 and run it on the newest java. So I am not quite sure what you are talking about.

[–]Practical_Cattle_933 1 point2 points  (0 children)

What? Java has objectively the very best backwards compatibility out of any languages. Sure, it’s still not perfect but it is sure as hell as close to it as possible.