Mornin'
Morning!
@gklijs couldn't that last two lines in you code be replaced by mapv
?
yes, good one.
you could also use (sort-by first)
instead of constructing the sorted map and then using vals
that would save you the overhead of building the map
Thanks, I really should do more Clojure, but so many other interesting things..