zlacker

[parent] [thread] 1 comments
1. NateDa+(OP)[view] [source] 2015-03-26 01:56:51
The type system is a concern about the complexity for the users of Go, not for the compiler developers.
replies(1): >>meowfa+l5
2. meowfa+l5[view] [source] 2015-03-26 03:45:08
>>NateDa+(OP)
How exactly? Ignoring issues of backwards compatibility for the moment, I don't think Java's introduction of generics added a ton of complexity for developers, and I don't see why Go would either. In Java's case it seemed like the complexity was definitely on the compiler side, due to their type erasure approach.

I admit I'm not an expert in programming language design though, so I may be completely wrong about both Java and Go.

[go to top]