program halt-checker
    will-halt(prgm): boolean
        // hypothetical logic to test if prgm would halt in a finite amount of time
    end
end
program fuckery
    check(prgm): void
        if halt-checker.will-halt(prgm)
            loop infinity
        else
            exit
        end
    end
end
fuckery.check(fuckery) // 😲
💢
    Programming: You're doing it completely wrong.
    I can resist everything except temptation.
- 
                  Eastern Switzerland University of Applied Science (OST)
- Zürich, Switzerland
- 
        
  18:08
  (UTC +01:00) 
- blog.vanloo.ch
- @[email protected]
Pinned Loading
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.


