(no title)
todd8 | 2 years ago
Consider programs that are quines, programs are able to output the exact source code of the program. See [1].
And there are abstract computers that can produce any computable output. These are called Universal Turing Machines, see [2]. UTMs can be specified with a remarkably small number of internal states, see [3].
I’m not saying you are wrong, but computability is full of unintuitive results, and the answer may be more subtle than what is revealed by “just thinking about it”.
[1] https://en.m.wikipedia.org/wiki/Quine_(computing)
[2] https://en.m.wikipedia.org/wiki/Universal_Turing_machine
[3] https://en.m.wikipedia.org/wiki/Wolfram%27s_2-state_3-symbol...
simonh|2 years ago