Hacker News new | ask | show | jobs
by lordgroff 1283 days ago
Python has a completely different issue and that is that its dependencies on c extensions makes cross platform or cross version packaging a terrible thing.

This is why I get a bit puzzled when people complain about the Java build system. It's so much saner in comparison to the scripting languages, and arguably better than Go or Rust (though I'll take any of the three over Python or JS).

1 comments

> Python has a completely different issue and that is that its dependencies on c extensions makes cross platform or cross version packaging a terrible thing.

Well java has no way to do a unix socket unless we rely on a C extension so it's hardly better in this respect.