Web

Web is a computer programming system created by Donald E. 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), in an order that is convenient for exposition to human readers, rather than in the order demanded by the compiler.
Web consists of two secondary programs: TANGLE, which produces compilable Pascal code from the source texts, and WEAVE, which produces nicely-formatted, printable documentation using TeX.
CWEB is a version of Web for the C programming language, while noweb is a separate literate programming tool, which is inspired by Web (as reflected in the name) and which is language agnostic.
The most significant programs written in Web are TeX and Metafont. Modern TeX distributions use another program Web2C to convert Web source to C.

View More On Wikipedia.org
  • 211

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,445
    • Media
      227
    • Reaction score
      10,025
    • Points
      1,237
  • 2

    person123

    A PF Molecule
    • Messages
      328
    • Reaction score
      52
    • Points
      91
  • 1

    Dutch Nomad

    A PF Quark
    • Messages
      3
    • Reaction score
      0
    • Points
      1
  • 1

    pairofstrings

    A PF Cell From India
    • Messages
      411
    • Reaction score
      7
    • Points
      117
  • 1

    Avatrin

    A PF Molecule From Norway
    • Messages
      245
    • Reaction score
      6
    • Points
      96
  • Back
    Top