this post was submitted on 28 Nov 2023
14 points (85.0% liked)

Golang

2204 readers
3 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ck_@discuss.tchncs.de 2 points 11 months ago

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.