HN user

ij2bun

1 karma
Posts0
Comments1
View on HN
No posts found.

'Clojure has transients, which basically means "inside this function, use a mutable value under the hood while building up the value, but make it immutable before it's returned"' is this essentially a ... closure?