top | item 45771504

(no title)

how_gauche | 4 months ago

Side effecting computations that depend on the "real world" go into an IO monad. The game in Haskell is shifting as much of the codebase as possible into pure functions/non-side-effecting code, because it's easier to reason about and prove correct.

discuss

order

No comments yet.