Rich Hickey of Clojure fame did a great talk along these lines.
Golang
This is a community dedicated to the go programming language.
Useful Links:
Rules:
- Posts must be relevant to Go
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Every professional programmer should watch this at least a couple times a year
This post seems very incoherent to me. For example, the author talks about how, in his opinion, a lot of the complexity of the Python language comes from the interpreter and the ecosystem. When he then talks about Go, he talks about simplicity of expression without talking about the ecosystem or the runtime at all. Will Go become more complex when run on a heavy interpreter, say in a WASM context? Will Python become less complex when building it natively, eg. using RPython?
I also completely disagree with the conclusion. Writing half of your software in Django of all things and porting the other half to Go will not reduce complexity, it might just make your live easier in the short run, going completely against the point this article is trying to make.