Hacker News new | ask | show | jobs
by yobbo 46 days ago
The point is rather that in a pure language, each io operation needs to be dependent on a sort of "world state" which is updated for each operation. They chose to implement this state as the io monad but there could have been other ways.