|
|
|
|
|
by npalli
4636 days ago
|
|
That's interesting. I had the opposite reaction regarding Golang capabilities while following this saga. Not sure how 'idiomatic' the Golang code is, at first glance it just seems less expressive (more lines of code) than either c++ or java!. I didn't think that was possible. So whenever people talk about expressiveness of Golang it just seems like a design gone bad. The designers wanted a programming language with the expressiveness of python and the speed of C, they ended up with a language with the expressiveness of C and the speed of python. |
|
I suppose the one thing that Go does well (compared to C++ or Java) is builtin concurrency and communication across tasks.