Generic programming: Difference between revisions

Content deleted Content added
Generics in Ada: unreferenced section
change paradigms template to navbox (see Template talk:Programming paradigms#too long)
Line 2:
{{Distinguish|Genetic programming}}
{{Use dmy dates|date=November 2020}}
{{Programming paradigms}}
'''Generic programming''' is a style of [[computer programming]] in which [[algorithm]]s are written in terms of [[data type]]s ''to-be-specified-later'' that are then ''instantiated'' when needed for specific types provided as [[parameter (computer programming)|parameters]]. This approach, pioneered by the [[ML (programming language)|ML]] programming language in 1973,<ref name="Lee2008">
{{cite book
Line 736 ⟶ 735:
* Angelika Langer, [https://www.angelikalanger.com/GenericsFAQ/JavaGenericsFAQ.html Java Generics FAQs]
 
{{Programming paradigms navbox}}
{{Data types}}
{{Authority control}}