Definition of Literate programming

FOLDOC
literate programming
<programmingtext> Combining the use of a text formatting language such as TeX and a conventional programming language so as to maintain documentation and source code together.
Literate programming may use the inverse comment convention.
Perl's literate programming system is called pod.
(2003-09-24)

Search Dictionary:
Search Web Search Dictionary



Literate programming definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

Literate programming Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
literate programming

literate programming
combining the use of a text formatting language such as tex and a conventional programming language so as to maintain documentation and source together. the program is sometimes marked to distinguish it from the text, rather than the other way around as in normal programs (the inverse comment convention ).



Literate programming Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Literate programming
Literate programming is a philosophy of computer programming based on the premise that a computer program should be written similar to literature, with human readability as a primary goal. According to this philosophy, programmers should aim for a “literate” style in their programming just as writers aim for an intelligible and articulate style in their writing. This philosophy contrasts with the mainstream view that the programmer’s primary or sole objective is to create source code and that documentation should only be a secondary objective.

See more at Wikipedia.org...