Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created November 13, 2015 12:33
Show Gist options
  • Save kurogelee/14441b0cf1cc87761c02 to your computer and use it in GitHub Desktop.
Save kurogelee/14441b0cf1cc87761c02 to your computer and use it in GitHub Desktop.
Clojure1.7から入ったvolatile!とは? ref: http://qiita.com/kurogelee/items/056c2501fcc9ca1fcc93
(def v (volatile! {:a 1}))
(vswap! v assoc :b 2)
(vreset! v {:c 3})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment