This chapter drills down on the earlier introduction of Go vs. Java. It describes in greater detail the significant differences between Java and Go. By comparing Go to Java, one can absorb the Go features more readily.
Go is (in the author’s opinion) a much simpler language than Java; Go is arguably even a simpler language than C. For example, the Java Language Specification is currently around 800 pages long, while the Go Language Specification is currently around 851 pages long. Clearly, ...