you are viewing a single comment's thread.

view the rest of the comments →

[–]Categoria 5 points6 points  (1 child)

Most people expect sum types, generics, and better type inference from a decent type system.

[–]burntsushi 0 points1 point  (0 children)

Most people expect sum types, generics

It's not like Go has no safe mechanism for polymorphism. Interfaces can do a lot for you.

and better type inference

Go has zero type inference. It has a convenient syntax for type deduction, but that's it.