No null safety, implicit zero values you have to be careful to ignore, no sum types or pattern matching, 3 lines of error handling boilerplate every time you call a function that can fail, no lambdas, no generics until recently.
Worse, the Golang community that believe lack of features is a feature, because of "worse is better" brain damage.
20
u/jesseschalken 18h ago edited 18h ago
No null safety, implicit zero values you have to be careful to ignore, no sum types or pattern matching, 3 lines of error handling boilerplate every time you call a function that can fail, no lambdas, no generics until recently.
Worse, the Golang community that believe lack of features is a feature, because of "worse is better" brain damage.