leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
chadhs 2020-04-16T01:12:17.050300Z

is it possible to include an edn file in project.clj?

aisamu 2020-04-16T19:34:22.051200Z

You can just slurp it (but you have to unquote the call with ~ if you're inside defproject)

chadhs 2020-04-18T00:57:36.051800Z

i did figure that out thanks

chadhs 2020-04-18T00:58:31.052400Z

:zprint ~(clojure.edn/read-string (slurp ".zprint.edn"))