Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 48:47:54 |
Calls: | 632 |
Files: | 1,187 |
D/L today: |
3 files (4,227K bytes) |
Messages: | 177,138 |
On 10/7/2025 11:55 AM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
*Published here back in 2004*
*On 6/23/2004 9:34 PM, Olcott wrote*
function LoopIfYouSayItHalts (bool YouSayItHalts):
if YouSayItHalts () then
Type error: bool expression invoked as function.
Same as this in C++
void LoopIfYouSayItHalts(bool YouSayItHalts)
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
On 10/7/2025 11:55 AM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
*Published here back in 2004*
*On 6/23/2004 9:34 PM, Olcott wrote*
function LoopIfYouSayItHalts (bool YouSayItHalts):
if YouSayItHalts () then
Type error: bool expression invoked as function.
Same as this in C++
void LoopIfYouSayItHalts(bool YouSayItHalts)
$ gcc -x c++ -
void LoopIfYouSayItHalts(bool YouSayItHalts)
{
if (YouSayItHalts())
{ for (;;); }
}
[Ctrl-D][Enter]
<stdin>: In function rCyvoid LoopIfYouSayItHalts(bool)rCO:
<stdin>:3:21: error: rCyYouSayItHaltsrCO cannot be used as a function
On 10/7/2025 2:29 PM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
On 10/7/2025 11:55 AM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
*Published here back in 2004*
*On 6/23/2004 9:34 PM, Olcott wrote*
function LoopIfYouSayItHalts (bool YouSayItHalts):
if YouSayItHalts () then
Type error: bool expression invoked as function.
Same as this in C++
void LoopIfYouSayItHalts(bool YouSayItHalts)
$ gcc -x c++ -
void LoopIfYouSayItHalts(bool YouSayItHalts)
{
if (YouSayItHalts())
{ for (;;); }
}
[Ctrl-D][Enter]
<stdin>: In function rCyvoid LoopIfYouSayItHalts(bool)rCO:
<stdin>:3:21: error: rCyYouSayItHaltsrCO cannot be used as a function
I proved in 2004 the the HP counter example
You don't give a rat's ass for truth so you
nitpick that my 2004 pseudo code won't compile.
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
You don't give a rat's ass for truth so you
nitpick that my 2004 pseudo code won't compile.
You want to use code for exploring the truth, but only so long
as it doesn't compile?
Can you please show this example here using C++ code that /does/ compile?
Or if not, stuff it in your pipe and smoke it.
function LoopIfYouSayItHalts (bool YouSayItHalts):
if YouSayItHalts () then
while true do {}
else
return false;
Does this program Halt?
(Your (YES or NO) answer is to be considered
translated to Boolean as the function's input
parameter)
Please ONLY PROVIDE CORRECT ANSWERS!
On 10/7/2025 3:13 PM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
You don't give a rat's ass for truth so you
nitpick that my 2004 pseudo code won't compile.
You want to use code for exploring the truth, but only so long
as it doesn't compile?
Can you please show this example here using C++ code that /does/ compile?
Or if not, stuff it in your pipe and smoke it.
You are deliberately missing the point.
That is NOT honest.
As I first published here back in 2004:
On 6/23/2004 9:34 PM, Olcott wrote:
function LoopIfYouSayItHalts (bool YouSayItHalts):
-a-a-a-a if YouSayItHalts () then
-a-a-a-a-a-a-a-a while true do {}
-a-a-a-a-a else
-a-a-a-a-a-a-a-a return false;
Does this program Halt?
(Your (YES or NO) answer is to be considered
-a-a translated to Boolean as the function's input
-a-a parameter)
Please ONLY PROVIDE CORRECT ANSWERS!
Proves that I totally understood the halting
problem back in 2004. Please quit being dishonest.
On 10/7/2025 3:13 PM, Kaz Kylheku wrote:
On 2025-10-07, olcott <polcott333@gmail.com> wrote:
You don't give a rat's ass for truth so you
nitpick that my 2004 pseudo code won't compile.
You want to use code for exploring the truth, but only so long
as it doesn't compile?
Can you please show this example here using C++ code that /does/ compile?
Or if not, stuff it in your pipe and smoke it.
You are deliberately missing the point.
That is NOT honest.
On 2025-10-08, olcott <polcott333@gmail.com> wrote:
function LoopIfYouSayItHalts (bool YouSayItHalts):
if YouSayItHalts () then
while true do {}
else
return false;
Does this program Halt?
(Your (YES or NO) answer is to be considered
translated to Boolean as the function's input
parameter)
Please ONLY PROVIDE CORRECT ANSWERS!