|
|
|
|
|
by mikeschinkel
2530 days ago
|
|
> "Running them is as simple as `java -jar program.jar`." That is several steps too complicated: 1. Do you have Java installed?
2. Is it in the path?
3. Do you have the Required Version of Java installed? None of those need be issues with a self-contained compiled Go program. And that is one of the key reasons we chose Go over any other language. (And for the other languages that can do the same, Go was the easiest to learn and potentially master.) |
|