Web (programming system): Difference between revisions

Content deleted Content added
ExpertBen (talk | contribs)
No edit summary
External link to examples
Line 35:
'''CWEB''' is a [[computer programming]] system created by [[Donald Knuth]] and [[Silvio Levy]] as a follow-up to Knuth's ''WEB'' [[literate programming]] system, using the [[C (programming language)|C programming language]] (and to a lesser extent the [[C++]] and [[Java (programming language)|Java]] programming languages) instead of [[Pascal (programming language)|Pascal]].
 
Like WEB, it consists of two primary programs:

* CTANGLE, which produces compilable C code from the source texts, and
* CWEAVE, which produces nicely-formatted printable documentation using [[TeX]].
 
===Features===
Line 53 ⟶ 56:
*[https://www.ctan.org/pkg/web The TeX Catalogue entry for Web]
*[https://www-cs-faculty.stanford.edu/~knuth/cweb.html CWEB homepage]
*[https://www-cs-faculty.stanford.edu/~knuth/programs.html Examples of programs written in Web], By Donald Knuth (1981 and onward)
 
{{TeX navbox}}