• @[email protected]
    link
    fedilink
    27 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.