|
|
|
|
|
by voidhorse
1044 days ago
|
|
I have nothing against go or kubernetes, I was simply citing the linked article in the thread, which at one point states: > Golang] Kubernetes, one of the largest codebases in Golang, has its own object-oriented type system implemented in the runtime package. I would agree that Golang is overall a great language well-suited for solving a large class of problems. The same is true for the other languages I cited. This isn't about immutable properties of languages so much as it is about languages and problems fitting or not fitting well together. |
|
I find it amusing that the runtime registry code is cited as an example for anything other than it’s possible to overcomplicate a problem in any language. We thought we’d need more flexibility than we needed in practice, because humans involved (myself included) couldn’t anticipate the future.