Literate programming is an approach to programming introduced by Donald Knuth as an alternative to the structured programming paradigm of the 1970s. The paradigm represents a move away from writing programs in the manner and order imposed by the computer, and towards the programmers' logic and flow of their thoughts.
Resources
- Wikipedia article,
- literateprogramming.com,
- "Literate Programming", Donald Knuth,
- "Literate Programming - Issues and Problems", Kurt Nørmark.