Skip to content

Instantly share code, notes, and snippets.

@travis
Created November 15, 2012 12:28
Show Gist options
  • Save travis/4078411 to your computer and use it in GitHub Desktop.
Save travis/4078411 to your computer and use it in GitHub Desktop.
(deref feed-atom)
=> {..digest datastructure..}
@feed-atom
=> {..digest datastructure..}
(swap! feed-atom
(fn [feed-atom] (update feed-atom)))
=> {..updated digest datastructure..}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment