|
|
|
|
|
by SoothingSorbet
587 days ago
|
|
> Java solved it with a JAR file JARs still require a JRE to run, and the runtime needs to be invoked. The equivalent would probably be a Python zipapp (which are just Python files zipped into a .pyz the interpreter can run). Static binaries are one advantage that languages like Go and Rust have though, yeah. |
|
Also don’t forget that many compiled languages depend on a particular libc so you’re not totally in the clear there.