I know its a little early to be making any predictions about the consequences of generics in GoLang but where do you see generics pushing the language.
Example: I’m starting to see people asking questions about data structures(Optional, Either, Seq) that are usually in the domain of functional programming. I can see why these questions are now materializing, GoLang always had great support for higher order functions and when you couple that with generics then it becomes very convenient(and easy) to implement these structures in GoLang.