|
|
|
|
|
by zmmmmm
5570 days ago
|
|
Java still has a few killer features that Go doesn't. Primarily, running in a VM and "interpreting" byte code means you can ship a single binary to every platform. Go requires you to compile a separate executable for every platform. |
|