generic programming- where did it originate?
Posted
by
user997112
on Programmers
See other posts from Programmers
or by user997112
Published on 2011-11-11T14:57:44Z
Indexed on
2011/11/11
18:26 UTC
Read the original article
Hit count: 345
Im trying to work out if generic programming was a functional programming feature which was then introduced into Java, C++ and C# or did the latter copy it from the functional programming languages like Haskell, Lisp, OCaml etc?
Google is giving me lots on what generic programming is, but not where it originated. All I can see is that Ada implemented it early on.
Would you class it as a functional programming technique?
© Programmers or respective owner