|
|
|
|
|
by evincarofautumn
4964 days ago
|
|
The C preprocessor is a pushdown automaton, which if you add fixpoints (unbounded recursion) becomes a bounded storage machine. Our actual computers are such machines, which if you give them an infinite amount of memory are Turing machines. A language can be Turing-complete even if the implementation of that language is not. |
|
Theory of computation is weird.