8 ms·
LIke: - Decent speed of compiling and execution. - Expressiveness. - I like the struct/receiver/interface interplay to create an analog of classes. - Nice s
by bit-101 4y 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.
- jstx1 4y ago> LIke: - Expressiveness. Isn't Go deliberately not very expressive?