Comparing C#, C++, and Delphi (Win32) Generics
C#, C++, and Delphi all have a generic type and method language feature. Although all three languages are statically typed, they implement generics in very different ways. I’m going to give a brief overview of the differences, both in terms of language features and implementation. I presume that Delphi Prism generics work essentially the same [...]
Also tagged compilers, Delphi, delphi prism, generics, templates