typedef void (*ptr)();
int HHH(ptr P);
int DD()
{
 int Halt_Status = HHH(DD);
 if (Halt_Status)
   HERE: goto HERE;
 return Halt_Status;
}
int main()
{
 HHH(DD);
}
DD simulated by HHH includes HHH simulating itself
simulating DD until HHH sees the non-terminating
pattern and rejects DD as non-terminating.
typedef void (*ptr)();
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
DD simulated by HHH includes HHH simulating itself
simulating DD until HHH sees the non-terminating
pattern and rejects DD as non-terminating.
That is an incorrect assessment of the behavior of
DD simulated by HHH that includes HHH simulating itself
simulating DD.
I am here at comp.lang.c because the all of the people on
comp.theory continue to flat out lie about this behavior
for three solid years. comp.lang.c may have trolls, yet
seem to have no liars.
Am 17.04.2025 um 20:23 schrieb olcott:
That is an incorrect assessment of the behavior of
DD simulated by HHH that includes HHH simulating itself
simulating DD.
I am here at comp.lang.c because the all of the people on
comp.theory continue to flat out lie about this behavior
for three solid years. comp.lang.c may have trolls, yet
seem to have no liars.
This all sounds delusional to me.
On 4/19/2025 4:20 AM, Bonita Montero wrote:
Am 19.04.2025 um 10:03 schrieb Mikko:
The part that comp.lang.c lacked a liar sounds credible.
I believe Peter has a serious mental illness. As far as I know,
he has cancer, and I hope he gets the most out of his remaining
life instead of obsessing over this problem.
I never go with credible, instead I try to stick with verified facts.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
It is a verified fact that DD correctly simulated
by HHH cannot possibly halt (terminate normally).
On 4/20/2025 2:49 AM, Mikko wrote:
On 2025-04-19 20:26:59 +0000, olcott said:
On 4/19/2025 4:20 AM, Bonita Montero wrote:
Am 19.04.2025 um 10:03 schrieb Mikko:
The part that comp.lang.c lacked a liar sounds credible.
I believe Peter has a serious mental illness. As far as I know,
he has cancer, and I hope he gets the most out of his remaining
life instead of obsessing over this problem.
I never go with credible, instead I try to stick with verified facts.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
It is a verified fact that DD correctly simulated
by HHH cannot possibly halt (terminate normally).
Verified facts should not be decorated with misleading words.
There is no other "DD correctly simulated by HHH" than the DD shown
above, and that DD halts (terminates normally).
Why lie?
On 4/21/2025 5:28 AM, Mikko wrote:
On 2025-04-20 15:14:11 +0000, olcott said:
On 4/20/2025 2:49 AM, Mikko wrote:
On 2025-04-19 20:26:59 +0000, olcott said:
On 4/19/2025 4:20 AM, Bonita Montero wrote:
Am 19.04.2025 um 10:03 schrieb Mikko:
The part that comp.lang.c lacked a liar sounds credible.
I believe Peter has a serious mental illness. As far as I know,
he has cancer, and I hope he gets the most out of his remaining
life instead of obsessing over this problem.
I never go with credible, instead I try to stick with verified facts. >>>>>
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
It is a verified fact that DD correctly simulated
by HHH cannot possibly halt (terminate normally).
Verified facts should not be decorated with misleading words.
There is no other "DD correctly simulated by HHH" than the DD shown
above, and that DD halts (terminates normally).
Why lie?
The "why" does not matter. It helps readers that your lies are pointed
out
I haven't even made any mistake. Why are you lying
about the behavior of DD simulated by HHH including
HHH simulating itself simulating DD?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 46:28:28 |
Calls: | 10,395 |
Calls today: | 3 |
Files: | 14,066 |
Messages: | 6,417,273 |
Posted today: | 1 |