Hacker News new | ask | show | jobs
by thih9 789 days ago
I hope someone takes this as a challenge.

Technically html + css + user interaction can be turing complete: https://github.com/brandondong/css-turing-machine

1 comments

> Technically html + css + user interaction can be turing complete: https://github.com/brandondong/css-turing-machine

Turing completeness is about what computations can be expressed, not what user interactions can be performed. The lambda calculus is Turing complete, but, if I whip up a lambda calculus interpreter and don't give it a print statement, then you'll never know anything about the computations it's performing.