Skip to content

Instantly share code, notes, and snippets.

@losingkeys
Created November 20, 2012 14:40
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 losingkeys/4118317 to your computer and use it in GitHub Desktop.
Save losingkeys/4118317 to your computer and use it in GitHub Desktop.
(filter (comp (partial <= 25) :age) [{:age 21 :name "David"}
{:gender :f :name "Suzanne" :age 20}
{:name "Sara" :location "NYC" :age 34}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment