|
|
|
|
|
by egonelbre
4198 days ago
|
|
> It doesn't mention the major inconsistencies in golang at all. It has little relevance to "Generics". They are simply how Go is implemented, the question is whether "Generics" as a user implementable thing should be added. > CLR From my quick reasearch, it uses runtime code generation and Go must run in environments where that is disallowed. |
|
How the generic code generation differs from the JIT approach I don't know.