Open practicalli-johnny opened 4 years ago
If you're curious, here's an example in next.jdbc
of how I leverage this -- since the test dependencies for next.jdbc
are not available by default in my REPL at work:
https://github.com/seancorfield/next-jdbc/blob/master/test/next/jdbc/test_fixtures.clj#L132-L154
I’m sure this has been asked before, but can’t seem to find it. When within a running clj repl, is it possible to resolve new deps; kind of like boot-clj set-env! ?
there's a speculative feature called add-lib in a branch for this
http://insideclojure.org/2018/05/04/add-lib/