leiningen

ag 2024-05-02T02:38:49.592299Z

Does clojure.repl.deps/add-lib(s) even work in lein projects? It keeps failing to find the artifacts. Maybe the lib-coords have to be in different format?

Alex Miller (Clojure team) 2024-05-02T03:04:43.930769Z

It is partially built on the basis injected by the Clojure CLI, and is definitely dependent on the CLI being installed (at sufficiently new version) to add new libs

Alex Miller (Clojure team) 2024-05-02T03:05:31.702119Z

The former is something that Leiningen could replicate

ag 2024-05-02T03:25:54.082749Z

Thank you for confirming. I don't actually need it to work for lein. I'm just trying to add hot-loading functionality to neil.el for Emacs and wanted to make sure that limiting that only for deps.edn projects made sense.