How would you suggest running an nREPL server with clj? I want to use the new functionality to just inject nREPL and some middleware as deps and start a REPL server that CIDER could connect to. Basically I want to use it do something like:
lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.13\"\ \:exclusions\ \[org.clojure/clojure\]\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.17.0-SNAPSHOT\"\] -- repl :headless :host ::... (that's how we boot a CIDER compatible repl with leiningen) I've got a few ideas, but you might know something that I don't. On 23 January 2018 at 22:37, Alex Miller <[email protected]> wrote: > clojure tools 1.9.0.315 is now available in brew and via > https://clojure.org/guides/getting_started > > Highlights: > > * NEW -Stree to print dependency tree > * NEW -Sdeps to supply a deps.edn on the command line as data > * FIX bug with git deps using :deps/root writing File objects to libs > files > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
