I first came across exceptions with ADA 83. As far as I know, the designers of ADA invented the concept of exceptions. Is this true, or did any programming language that came before use exceptions too?
feedback
|
|
According to c2.com's Ground Breaking Languages page it was PL/I. | |||||||||
feedback
|
|
It depends on how you define generics. Parametric polymorphism - which allows you to define functions and types that are not tied to particular argument / field types - was there in ML already - and that's 1973. There is a Standard ML sample from Wikipedia:
Note that this function is statically typed, but polymorphic ("generic") on any type of list. While this example is SML (which is a later thing), so far as I know, the concept was present in earliest ML versions as well. | |||||
feedback
|
|
From Wikipedia:
| |||||||||||||||
feedback
|