Web (programming system)

This is an old revision of this page, as edited by 192.18.101.5 (talk) at 21:02, 22 December 2005 (present tense). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

For other uses, see web.

WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming": the idea that one could create software as works of literature, by embedding bits of code inside descriptive text, rather than the reverse as is common practice in most programming languages.

The WEB system consists of two primary programs: tangle, which produces compilable Pascal code from the source texts, and weave, which produces nicely-formatted, printable source code using TeX.

A newer version of WEB is CWEB.

Reference

  • Donald E. Knuth, Literate Programming, Stanford, California: Center for the Study of Language and Information, 1992, CSLI Lecture Notes, no. 27.