I've heard that LaTeX is Turing complete. Are there any programs written in LaTeX?
Posted
by ire_and_curses
on Stack Overflow
See other posts from Stack Overflow
or by ire_and_curses
Published on 2010-06-03T17:39:29Z
Indexed on
2010/06/03
17:44 UTC
Read the original article
Hit count: 194
latex
|turing-complete
It's possible to do interesting things with what would ordinarily be thought of as typesetting languages. For example, you can construct the Mandelbrot set using postscript.
It is suggested in this MathOverflow question that LaTeX may be Turing-complete. This implies the ability to write arbitrary programs (although it may not be easy!). Does anyone know of any concrete example of such a program in LaTeX, which does something highly unusual with the language?
© Stack Overflow or respective owner