Tagged Questions

10
votes
21answers
804 views

What exactly is the halting problem?

Whenever people ask about the halting problem as it pertains to programming, people respond with "If you just add one loop, you've got the halting program and therefore you can't automate task" Makes …
2
votes
9answers
347 views

What would programming languages look like if every computable thing could be done in 1 second?

Inspired by this question Suppose we had a magical turing machine with infinite memory, and unlimited CPU power. Use your imagination as to how this might be possible, e.g. it uses some sort of …