Hacker News new | ask | show | jobs
by hedora 476 days ago
I want it. That way, like code I write in any other language, it’ll run reliably on other people’s machines a few years from now.

I avoid writing python, so I’m usually the “other people” in that sentence.

1 comments

>it’ll run reliably on other people’s machines a few years from now

That's optimistic. What if the system Python gets upgraded? For some reason, Python libraries tend to be super picky about the Python versions they support (not just Python 2 vs 3).