Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cwizard
960 days ago
It compiles down to a single binary and is relatively easy to write. I think that is the reason it is such a popular language for CLI tools.
You will never have an issue with missing dependencies or outdated runtime.
1 comments
scumola
960 days ago
Nothing is stopping anyone from compiling C or C++ code into a single static binary too. This argument is bull$%!#.
link