|
|
|
|
|
by srssays
3404 days ago
|
|
> You can obviously re-write a Python 2 program to be a Python 3 program, so both of those languages are Turing complete. This is true, but the converse isn't true. e.g. Python and brainfuck are both turing complete, but Python has interfaces around a hell of a lot more syscalls than Brainfuck which only has operations for reading and writing from stdio. You can't write a Python implementation in brainfuck, it is impossible. |
|
There's a difference between "impossible" and "really difficult giant waste of time" here when it comes to discussing Turing completeness.