First languages with generic programming support
- by oluies
Which was the first language with generic programming support, and what was the first major staticly typed language (widely used) with generics support.
Generics implement the concept of parameterized types to allow for multiple types. The term generic means "pertaining to or appropriate to large groups of classes."
I have seen the following…