Hacker News new | ask | show | jobs
by Tainnor 1598 days ago
You can work with mutable state in Haskell, you just have to be explicit about it (e.g. State monad).