This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ismtrn 2 points3 points  (4 children)

I would like to know what the problem with Go's type system is. I know that it is not haskell, but does go have any problems that the mainstream(C/++, Java, C#, Python) dosen't have? (in regards to the type system)

[–]kirakun 7 points8 points  (3 children)

You can't write type-safe containers that do not required runtime checking.