Fork me on GitHub
#clojure
<
2021-07-17
>
vlaaad19:07:42

oh no, where is distinct-by ?

6
vlaaad19:07:14

yeah I now 😄

vlaaad19:07:00

I just don't want to bring in a dependency for a single common function.

Alex Miller (Clojure team)19:07:24

if only there was a place to gather interest... https://ask.clojure.org

vemv19:07:46

medley is deliberately thin though - it really tries to stick of really commonly needed stuff.

borkdude20:07:02

> I just don't want to bring in a dependency for a single common function. There is such a thing as copy and paste.

seancorfield20:07:19

Copy and paste with LICENSE and attribution, though, right?

borkdude20:07:12

That goes without saying

borkdude20:07:57

This is why I make most of my project EPL1.0, at least it's compatible when I copy a medley or core function ;)

borkdude20:07:10

I attribute the library in the docstring, usually