|
|
|
|
|
by OscarCunningham
1570 days ago
|
|
Note that behave_differently.sh takes two inputs, both a program and the input for that program. Also note that paradox.sh gives both these inputs by using $1 twice. And behave_differently.sh is supposed to be an arbitrary program. It can run the input program but it doesn't have to, it can analyse it in any way it wishes. |
|
In the broader formulation behave_differently.sh tells that its argument program terminates and produces finite input, which is a halting problem.