Liste des Groupes | Revenir à theory |
On 5/31/2025 2:11 PM, Mr Flibble wrote:A halt decider is required to report on the computation it is askedOlcott is doing this:I would have left it there except that many dozens of
int main()
{
DDD(); // DDD calls HHH
}
This is incorrect as it is a category (type) error in the form of
conflation of the EXECUTION of DDD with the SIMULATION of DDD: to
completely and correctly simulate/analyse DDD there must be no execution
of DDD prior to the simulation of DDD.
Olcott should be doing this:
int main()
{
HHH(DDD);
}
reviewers have pointed out that they believe that HHH
is supposed to report on the behavior of its caller.
Les messages affichés proviennent d'usenet.