Y
Hacker News
new
|
ask
|
show
|
jobs
by
49bc
2940 days ago
Most languages don’t support static binaries. Other than Go I can’t think of any that make it easy.
1 comments
madhadron
2939 days ago
Yup. It's a pain. A first compromise is to have the language runtime installed, and create a single file for your code and assets, such as a heavy JAR for JVM based languages or an egg in Python.
link