Hacker News new | ask | show | jobs
by lupire 1543 days ago
Clojure's other big thing is "transient" local mutable state within a function, like Haskell's ST (State Transformer) monad (the more efficient alternative to the pure immutable state monad)