Literate Programming

Created: by Pradeep GowdaUpdated:Oct 06, 2018Tagged: literate-programming .

Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to humans what we want the computer to do. – Donald E. Knuth, Literate Programming, 1984

Examples of literate programming

Tools

Literate – A modern literate programming system written in D

brew tap zyedidia/literate
brew install --HEAD zyedidia/literate/literate

In addition to those of CWEB:

Inspired from CWEB:


I wrote lua4py page using Literate.


See also the Nimib project by Nim programmers.