Fork me on GitHub
#clojure-nl
<
2021-02-12
>
thomas08:02:42

@gklijs couldn't that last two lines in you code be replaced by mapv ?

gklijs08:02:16

yes, good one.

chrisblom10:02:37

you could also use (sort-by first) instead of constructing the sorted map and then using vals

chrisblom10:02:24

that would save you the overhead of building the map

gklijs11:02:49

Thanks, I really should do more Clojure, but so many other interesting things..