Literate programming is a programming paradigm introduced in 1984 by Donald Knuth in which a computer program is given as an explanation of its logic in a natural language, such as English, interspersed (embedded) with snippets of macros and traditional source code, from which compilable source code can be generated. The approach is used in scientific computing and in data science routinely for reproducible research and open access purposes.

(“Literate Programming” 2022)

Bibliography

“Literate Programming.” 2022. Wikipedia, November. https://en.wikipedia.org/w/index.php?title=Literate_programming&oldid=1122031796.