[–] sejje 11y ago ↗ Clojure rookie checking in:> ;; since vars are mutable, we can reassign to themYou can reassign anything, regardless of mutability, can't you? Using the mutability would be altering the value, not reassigning, correct?
1 comment
[ 2.7 ms ] story [ 25.4 ms ] thread> ;; 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?