Hacker News new | ask | show | jobs
by javier2 1070 days ago
It is not. What if this app needs python 3.11? How do I guarantee that in the environment for all linux distros?
1 comments

If portability is a project goal, maybe pick a language that is actually portable (which python is not). This is almost exactly the argument for Electron: I want a portable app written in js + html, therefore I need to include a js runtime (i.e. chromium + node) with it.