Fork me on GitHub
#clojure-dev
<
2018-03-13
>
bhauman14:03:14

after these some odd years of writing clojure, one thing I've gotten really good at, is writing distinct-by

dominicm18:03:54

Medley is great here

bhauman13:03:40

normally I find myself working on things where I don't want to introduce a dep.

dominicm13:03:16

I can understand that. Libraries should copy utils from util libraries rather than depending on them.

ikitommi03:03:04

almost started to use the Immutant-way with from ns for imports, before realized that they will clash too if many libs have different copies of same libs… https://github.com/immutant/immutant/tree/master/web/src/from

dominicm09:03:26

Boot does http://boot.from.XXX. What you're describing it's basically shading, ala Mr. Anderson, which is a fine thing to do.