Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Created May 1, 2015 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kindlychung/804028ca4aa5509ab3d4 to your computer and use it in GitHub Desktop.
Save kindlychung/804028ca4aa5509ab3d4 to your computer and use it in GitHub Desktop.
(defn echo-watch
[key identity old new]
(println key old "=>" new))
(def sarah (atom {:name "Sarah" :age 25}))
(add-watch sarah :echo echo-watch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment