Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created September 27, 2012 22:39
Show Gist options
  • Save jaycfields/3796875 to your computer and use it in GitHub Desktop.
Save jaycfields/3796875 to your computer and use it in GitHub Desktop.
starting data
;;; the data we will start out with -
(def jay {:name "jay fields" :employer "drw.com" :current-city "new york"})
(def john {:name "john dydo" :employer "drw.com" :current-city "new york"})
(def mike {:name "mike ward" :employer "drw.com" :current-city "chicago"})
(def chris {:name "chris george" :employer "thoughtworks.com" :current-city "new york"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment