also, if I use lein repl, is deps.edn taken into account? I love that feature

It shouldn’t be hard for someone to write a Leiningen plugin that uses 
tools.deps to read the cascade of deps.edn files and provide support for 
resolve/classpath aliases etc. I’ve already done this for Boot: 
https://github.com/seancorfield/boot-tools-deps

Also, since you’re interested specifically in REPL behavior and dependency 
handling, you might be interested to see that Boot lets you start a REPL with a 
set of dependencies loaded, without needing a project folder or build file:

                boot -d some/thing repl

That loads the latest version of some/thing (as if you’d specified [some/thing 
“RELEASE”] as a dependency) and then starts a REPL.

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

________________________________
From: [email protected] <[email protected]> on behalf of Georgi 
Danov <[email protected]>
Sent: Saturday, December 9, 2017 6:38:16 AM
To: Clojure
Subject: Re: [ANN] Clojure 1.9.0 is now available!

is the new clj CLI going to be alternative to Lein? For example can I run repl 
with middleware?

also, if I use lein repl, is deps.edn taken into account? I love that feature

--
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]<mailto:[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.

Reply via email to