Literate Programming
Concept
A programming paradigm proposed and developed by Knuth, where programs are written as human-readable explanations mixed with code. He considers it his most significant contribution from the TeX project.
Mentioned in 2 videos
Videos Mentioning Literate Programming

Donald Knuth: Programming, Algorithms, Hard Problems & the Game of Life | Lex Fridman Podcast #219
Lex Fridman
A programming paradigm proposed and developed by Knuth, where programs are written as human-readable explanations mixed with code. He considers it his most significant contribution from the TeX project.

Donald Knuth: Algorithms, Complexity, and The Art of Computer Programming | Lex Fridman Podcast #62
Lex Fridman
A programming paradigm created by Knuth that emphasizes making programs understandable to humans by combining formal code with natural language explanations, bridging the gap between mathematical formalism and clear exposition.