Skip to content

Instantly share code, notes, and snippets.

@augustl
Created January 18, 2018 15:39
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 augustl/e35f4746b8600d4ab203eb4ede0bb2d6 to your computer and use it in GitHub Desktop.
Save augustl/e35f4746b8600d4ab203eb4ede0bb2d6 to your computer and use it in GitHub Desktop.
(let [items-by-month (group-by get-month items)]
(mapcat (fn [month] (sort-by get-date (get items-by-month month)))
(sort (keys items-by-month))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment