Hacker News new | ask | show | jobs
by tszming 5068 days ago
The difference between Go and Java is one issue which I have no interest to argue, but if you read the whole article in detail and will find `most of the features` he discussed are already provided by Java.

1. Golang is a compiled language with a static type system. You have no chance to confuse veriable types

2. You must have already felt some powerlessness to PHP. It dosen’t have concurrent mechanism build-in..

3. Golang has GC, there is no need to care about memory management

4. Golang is also a C family’s programming language. Eh… with a litte syntax difference.

and more..