Web (programming system)

This is an old revision of this page, as edited by CapitalSasha (talk | contribs) at 03:34, 24 July 2007 (+ nicer template, - extraneous comma). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Two other uses

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 source code inside descriptive text, rather than the reverse (as is common practice in most programming languages).

WEB consists of two primary programs: TANGLE, which produces compilable Pascal code from the source texts, and WEAVE, which produces nicely-formatted, printable documentation using TeX.

CWEB is a newer version of WEB for the C programming language.

The most important programs written in WEB are TeX and metafont. Modern TeX distributions use another program Web2C to convert the tex program to C.

Reference

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