Hacker News new | ask | show | jobs
by throwthrow5643 638 days ago
>Haskell doesn't prevent endless recursion. (try e.g. `main = main`)

Do you mean to say Haskell hasn't solved the halting problem yet?

1 comments

There are languages that don’t permit non-terminating programs (at the cost of not being Turing-complete), such as Agda.