literate programming


literate programming

(programming, text)Combining the use of a text formattinglanguage such as TeX and a conventional programming languageso as to maintain documentation and source code together.

Literate programming may use the inverse comment convention.

Perl's literate programming system is called pod.