src/newseasons/utils.clj @ e3e497ef8f62

Styling and sorting.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 20:15:07 -0400
parents (none)
children (none)
(ns newseasons.utils)


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