|
|
|
|
|
by legobmw99
318 days ago
|
|
This is a misinterpretation equivalent to saying "The halting problem indicates it is impossible to say if this loop terminates:
while true:
break
" It is true that it is impossible in general, but that says nothing about whether or not it is possible in almost every useful case |
|
If we carve out "programs that run themselves on themselves and then do the opposite", what remains?