Skip to content

Instantly share code, notes, and snippets.

@hlship
Created May 26, 2017 18:26
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 hlship/5b67b9b7a84418735d67c21a5c593e35 to your computer and use it in GitHub Desktop.
Save hlship/5b67b9b7a84418735d67c21a5c593e35 to your computer and use it in GitHub Desktop.
(map #(assoc % :full-name (str (:first-name %) " " (:last-name %))) (sort-by :last-name) (filter #(= "97204" (:zip person)) (get-contacts db))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment