src/newseasons/utils.clj @ c404c1660c49

Add gaug.es code.
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Oct 2011 21:39:12 -0400
parents e3e497ef8f62
children (none)
(ns newseasons.utils)


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