blob: 41d5725ca74b2f0df4152daad30af473a1a237b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Dates
- **FORTRAN** -> 1956
- **ALGOL** -> 1958
- **COBOL** -> 1959
- **Prolog, C** -> 1972
- **Ada** -> 1983
- **Python** -> 1991
- **Go** -> 2009
# Noms
Alan Kay -> SmallTalk
Backus -> FORTRAN (1er compilateur optimisant)
Wirth -> Pascal
McCarthy -> Lisp
B. Meyer -> Eiffel
Liskov -> CLU 1975
Hopper -> COBOL 1959
Ishbiah -> Ada
Thompson -> Unix, Go
Colmerauer -> Prolog
# Trucs
Fonctions imbriquées (portée statique) -> Algol 60
|