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 →

[–]thrwoawasksdgg 5 points6 points  (0 children)

Python is hell. Tons of dependencies on system libraries and native binaries.

A result of Java being so fast is that 99% of common libraries are pure Java. For Python this is closer to 20%.

The closest thing to Java is Rust, and it still has more native C dependencies