Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created July 17, 2013 08:15
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 tcrayford/6018727 to your computer and use it in GitHub Desktop.
Save tcrayford/6018727 to your computer and use it in GitHub Desktop.
(defn sorted-set-on [mapper & elems]
(sorted-set-by #(compare (mapper %1) (mapper %2)) elems))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment