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
top 3 comments
sorted by: hot top controversial new old
[–] jhulten@infosec.pub 8 points 11 months ago (1 children)

Rich Hickey of Clojure fame did a great talk along these lines.

https://m.youtube.com/watch?v=SxdOUGdseq4

[–] ck_@discuss.tchncs.de 3 points 11 months ago

Every professional programmer should watch this at least a couple times a year

[–] 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.