Language · 1971–now · Foundations
Unix shell
Pipes, globs, and glue. The programming language that never needed a framework conference.
Shell stuck because ops is composition and every server still speaks sh. It failed as an application language when scripts became untestable 4,000-line monsters. The durable win is the pipeline model; the invoice is bash in production without set -e.

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
Platform · 1971–now
Unix / POSIX
Process model, pipes, and files-as-interfaces. Linux and macOS still speak this dialect every day.
Platform · 1991–now
Linux
The production OS. Cloud VMs, containers, phones, routers — the penguin ate the datacenter.
Practice · 1976–now
Make
Dependency graphs as a file. Still the bootstrap build tool when everything else is too clever to trust.
Language · 1987–2010
Perl
The duct tape of the early web and sysadmin era. Regex culture in a language that read like line noise.