Variables/State in Clojure(micahasmith.github.io)1 points·by micahasmith·12 anni fa·1 commentsmicahasmith.github.ioVariables/State in Clojurehttp://micahasmith.github.io/2014/11/09/clojure-variables-and-state/1 commentsPost comment[–]sejje·12 anni fareplyClojure 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?
> ;; 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?