src/newseasons/utils.clj @ aabf33276387

Clean up a bit.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 19:06:19 -0400
parents e3e497ef8f62
children (none)
(ns newseasons.utils)


(defn sort-maps-by [coll k]
  (sort #(compare (%1 k) (%2 k)) coll))