Fork me on GitHub
#tools-deps
<
2022-01-19
>
matthavener23:01:03

is it possible to run an arbitrary function with arbitrary arguments from clj ?

Alex Miller (Clojure team)23:01:37

You can use -M -e to run any Clojure expression

thanks3 1