|
|
|
|
|
by pjmlp
1238 days ago
|
|
Mostly because it is what the ecosystem expects, not due to Go by itself. Just like some other ecosystems expect C, JavaScript or PHP, and they aren't getting any design prices. Go is a perfect example of how a not so great language, with the right killer use case and corporate sponsorship, gets wide adoption. |
|
Based on my expirience I must completely disagree. The language go itself together with its tooling, i.e. compiler , debugger and module system makes it very appealing to write well-written and well-maintaned programs of large size in go. It is the combination of the simplicity of go together with gos property of being a "batteries included" language.
In particular, I have noticed it is much easier for inexpirienced programmers to write high-qhality Code in go than in C.