Advertisement
Guest User

Untitled

a guest
Jan 14th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns foo.core)
  2.  
  3. (defn something
  4.   [aitems]
  5.   (do-a-thing (fn [newitems]
  6.                 (swap! atimes newitems)))
  7.  
  8. ;; Generates foo.core.atimes not the local variable atimes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement