Language · 1957–now · Foundations
Fortran
Formula Translation for scientists who needed numbers before "software engineering" was a job title. Still runs the weather, the bomb labs, and half of HPC.
Fortran stuck because numerical performance and decades of verified libraries beat fashion. It never became a web language and did not need to. The fad was declaring it dead every decade while climate models kept compiling.

Context
Machines learn to share a language
This era built the substrate. Process models, pipes, files-as-interfaces, and relational algebra were not fashion — they were constraints that happened to scale. C and Unix made portability a real goal; SQL made data queryable without rewriting the world. Later decades mostly decorate or redistribute these ideas. When something from this era still looks “boring,” that usually means it won.
Compare with
Related
Language · 1972–now
C
The substrate language. Kernels, compilers, embedded — still the lingua franca when you need the metal.
Language · 1950–now
Assembly
The metal under every abstraction. You do not write it for CRUD; you write it when cycles, size, or boot ROM matter.
Language · 1958–now
Lisp
Parentheses, macros, and AI winters. The language academics admire and enterprises politely ignore — until a dialect sneaks into their editor.