DEV Community

Discussion on: How can I learn to like Golang? (and use it a lot)

Collapse
 
robbiegm profile image
RobbieGM

That sounds like a fancy way to say "Go lacks many important features"

Collapse
 
benzo profile image
Ben

Generics I agree. What else are those important features that you miss?

Thread Thread
 
robbiegm profile image
RobbieGM • Edited

I was mostly talking about generics, but it also lacks proper exceptions, enums, and two ways to assign a variable (var and :=) among other things

Thread Thread
 
mikeschinkel profile image
Mike Schinkel

Lacking proper exceptions is one of Go's best features. Consider: