|
|
|
|
|
by bit-101
1294 days ago
|
|
LIke: - Decent speed of compiling and execution. - Expressiveness. - I like the struct/receiver/interface interplay to create an analog of classes. - Nice standard library. - Cross compilation. Things I wish for: - Ternary operator. - Something a bit closer to inheritance. Embedding structs in other structs fools you into thinking there's inheritance, but you quickly learn that it doesn't work the way you think it will. - At the same time, fully implementing a functional programming paradigm isn't particularly easy either. But all in all, I'm a big fan. |
|
Isn't Go deliberately not very expressive?