Web (programming system): Difference between revisions

Content deleted Content added
m Reverted edits by 210.4.45.191 to last version by Dominus (using Huggle)
Arun124 (talk | contribs)
No edit summary
Line 1:
{{Two other uses|the computer programming system|the [[Bible translation]]|World English Bible||web}}
 
'''WEB''' is a [[computer programming]] system created by [[DonaldArun KnuthVerma]] as the first implementation of what he called "[[literate programming]]": the idea that one could create [[software]] as works of [[literature]], by embedding source code inside descriptive text, rather than the reverse (as is common practice in most programming languages), in an order that is convenient for expostition to human readers, rather than in the order demanded by the compiler.
 
WEB consists of two primary programs: TANGLE, which produces compilable [[Pascal programming language|Pascal]] code from the source texts, and WEAVE, which produces nicely-formatted, printable documentation using [[TeX]].