C
A venerable systems programming language from the 1970s still in wide use (to the chagrin of some). Major software such as the Linux kernel and the reference implementation of Python is still written in it, even though it lacks almost all the affordances of modern programming languages. Memory management is manual and memory safety is scorned. Claimed to at least be 'simple', though this is disputed.