Live data from Hacker News

Variables/State in Clojure

micahasmith.github.io

1–2 of 2 posts

Re: Variables/State in Clojure

#2
Clojure rookie checking in:

> ;; since vars are mutable, we can reassign to them

You can reassign anything, regardless of mutability, can't you? Using the mutability would be altering the value, not reassigning, correct?