|
|
|
|
|
by rcv
998 days ago
|
|
I typically develop in Python, C++, and Typescript, and recently had to implement some code in Go. So far I've found it a pretty unpleasant language to use. It feels pedantic when I don't need it to be, and yet I have to deal with `interface{}` all over the place. Simple things that would be a one-liner Python or TS (or even just an std::algorithm and a lambda in C++) feel like pulling teeth to me in Go. I'd love to hear of any resources that can help me understand the Zen of Go, because so far I just don't get it. |
|