1 comment

[ 2.7 ms ] story [ 25.4 ms ] thread
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?