|
|
|
|
|
by innagadadavida
2677 days ago
|
|
There are a few other notable things about Go:
1. Compiler and toolchain is all written in Go. Compare this to g++ or JRE/JDK has a lot of code in other languages which can be problematic when you need to audit the code or fix some low level bug.
2. Language spec is shorter than any other language. |
|