Created
May 26, 2017 18:26
-
-
Save hlship/5b67b9b7a84418735d67c21a5c593e35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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