Skip to content

Instantly share code, notes, and snippets.

@radhikalism
Created August 21, 2009 05:44
Show Gist options
  • Save radhikalism/171688 to your computer and use it in GitHub Desktop.
Save radhikalism/171688 to your computer and use it in GitHub Desktop.
user=> (set! *print-level* 5)
5
user=> (let [a (atom {}) b (atom {})] (reset! a {:foo b}) (reset! b {:bar a}) a)
#<Atom@d3576a2: {:foo #<Atom@30ff8c74: {:bar #<Atom@d3576a2: #>}>}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment