Y
Hacker News
new
|
ask
|
show
|
jobs
by
jwalgenbach
2339 days ago
One of the reasons I use go is the production of static, self contained binaries. Wouldn't binary artifacts make that much more difficult?
2 comments
pjmlp
2339 days ago
Why should it? Static compiling has been a thing since compilers exist.
Dynamic linking only became mainstream in the mid-90s.
link
apta
2339 days ago
You can build self-contained Java JAR files for a while now.
link
Dynamic linking only became mainstream in the mid-90s.