Liste des Groupes | Revenir à theory |
On 09/05/2025 17:25, olcott wrote:It may correctly /partially/ simulate DDD, in the sense of correctly simulating the sequence of instructions of DDD until it decides to stop simulating. Well, in practice there is the complication that PO's code has design bugs meaning that what PO calls a simulation is NOT actually valid, due to misuse of global variables in his code! To be valid, the sequence of instructions simulated must match the instructions of the computation being simulated (i.e. match the instruction sequence of the independently executed computation.void DDD()You beg the question.
{
HHH(DDD);
return;
}
>
When 1 or more statements of DDD are correctly
simulated by HHH then this correctly simulated
DDD cannot possibly reach its own “return statement”.
(final halt state)
You have not shown that HHH correctly simulates anything.
Mike Terry, on the other hand, has shown that it fails to correctly simulate DDD.
Les messages affichés proviennent d'usenet.