Hacker News new | ask | show | jobs
by kbart 3662 days ago
Why? Infinite loops in C are by design and have many uses: threads waiting for signals, polling, events processing etc.
1 comments

Actually, Microsoft Research has another project to prove program termination: http://research.microsoft.com/en-us/projects/t2/

Obviously this cannot work on all programs, but it's nice that they tried to do their best.

Heh, need to relax a little then. Anyway, I've heard this complain too many times from inexperienced "programmers" ("Why my program doesn't quit?"), so the truth is not far fetched..