Fork me on GitHub
#beginners
<
2018-12-09
>
valerauko06:12:41

is there a way to list all the dependencies in a leiningen project? by that i mean all, multiple versions listed separately

valerauko06:12:51

i tried with lein pom but maven won't show me the multiple versions

jumar07:12:30

@vale lein deps :tree

valerauko07:12:54

awesome thanks!

Casey13:12:50

Is there a standard core function for something like (defn self [x] (fn [_] x))?

valerauko13:12:28

something like constantly?

Casey13:12:50

ah yes exactly

Casey13:12:25

i had found only identity which returns the param, not a function returning the param

valerauko13:12:03

keep the parentheses rolling!