15 Mar 2023
Turing machine is an endless piece of tape with 2 heads, one for reading, one for writing. It can compute anything that can be computed.
A language that is Turing complete when it is able to do anything a Turing machine can do.
Fun fact: CSS is Turing-complete.