Comment on HTML + CSS3 is Turing completeparentComments−Xk15yC macros are not Turing complete, they're a pushdown automaton.C++ templates are.Check out this IOCCC entry which does simulate a Turing machine, but only by having another script repeatedly run it.Edit: Yes, I meant to copy the link, see mchouza's comment for the link.−mchouza15yLink: http://www.ioccc.org/2001/ (herrmann1 files)−elitheeli15ySorry, you're totally right. My bad.
Comments
C macros are not Turing complete, they're a pushdown automaton.
C++ templates are.
Check out this IOCCC entry which does simulate a Turing machine, but only by having another script repeatedly run it.
Edit: Yes, I meant to copy the link, see mchouza's comment for the link.
Link: http://www.ioccc.org/2001/ (herrmann1 files)
Sorry, you're totally right. My bad.