clojure-nl

Companies working with Clojure in The Netherlands: https://docs.google.com/spreadsheets/d/1NzOqY1v-OReB1IquUgHuT3Kh8K8jhPdlwBM6ds7id6Y/edit?usp=sharing
Mno 2021-02-12T08:05:19.096600Z

Mornin'

borkdude 2021-02-12T08:21:10.096800Z

Morning!

thomas 2021-02-12T08:48:42.097800Z

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

gklijs 2021-02-12T08:49:16.097900Z

yes, good one.

2021-02-12T10:11:37.100400Z

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

2021-02-12T10:12:24.101Z

that would save you the overhead of building the map

gklijs 2021-02-12T11:27:49.102200Z

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