help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quote by Knuth


From: Gregory Heytings
Subject: Re: Quote by Knuth
Date: Wed, 21 Jul 2021 08:42:58 +0000


"Literate programming" is a pretty generic term. The most you can say about it is that it tries to combine "writing for humans" ("literature") and "writing for machines" ("programming")

It is a poetic idea, but in practice how could one ever do that?


$ wget http://tug.ctan.org/systems/knuth/dist/tex/tex.web
$ weave tex.web
$ ./tex tex.tex
$ xdvi tex.dvi

$ tangle tex.web
$ <Pascal compiler*> tex.p
$ ./tex

* AFAIK currently no Pascal compiler can compile the original, unmodified TeX Pascal code



reply via email to

[Prev in Thread] Current Thread [Next in Thread]