Many thanks to Tristan Morris for creating a beautiful illustrated hardcover print edition of the site

tcc-case-title
moderately geeky  moderately geeky

Sag 21

Interrupt

(Sorry, this page has not yet been translated into the requested language.)

A certain monk was reported to be unwilling to leave his terminal. For two days he had gone without food or sleep.

When the Java master investigated, he found the monk visibly shaken. On screen was the following code, which at that moment was running under the debugger:

    while (true) {
       /* do nothing */
    }

“I have asserted that the loop must execute while truth itself is true,” said the monk. “Yet if I hit the Interrupt key, the loop will terminate. The implication is that, in that precise moment, truth will no longer be true. How can any of us dare to disturb the program? We might bring chaos upon the world!”

The Java master reached down and pulled the plug out of the wall. The screen went black.

“Now the loop can never be interrupted,” said the master.

The monk’s mind was eased.

Topics...  loops, infinity