I've found this article interesting: it uses funny comics to tell the story of interpreted languages, compiled languages and the more recent bytecode languages.
Interpreted: early JavaScript, PHP, Shell
Compiled: C, C++, Rust
Bytecode: Java, C#, Python, modern V8 Javascript, Apex.