Skip to content

Instantly share code, notes, and snippets.

@sanatgersappa
Created August 2, 2015 17:05
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 sanatgersappa/43d227b33d97f39f042d to your computer and use it in GitHub Desktop.
Save sanatgersappa/43d227b33d97f39f042d to your computer and use it in GitHub Desktop.
(def people [
{:Name "Bob", :Age 31}
{:Name "John" :Age 42}
{:Name "Michael" :Age 17}
{:Name "Jenny" :Age 26}
]
)
(println people)
(println (sort-by :Age people))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment