Hacker News new | ask | show | jobs
by ParetoOptimal 1459 days ago
> Like it or not, most problems you will want to solve are not "purely functional" but rely on sound management of shared mutable state.

In theory this is correct, but incorrect in practice.

- Sincerely a real world Haskell programmer