this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very much still alive - we find it simpler than deps.edn and related tools for many tasks. Learn both.
In the Clojure sense, Leiningen is definitely easier (but it is not simpler tooling).
(:
We should stop repeating this line - it is simpler but not easier... or similar variant. It is becoming extremely cringe.
Whenever there's some criticism we paste this line
It's core to Clojure's design principles tho'. If you think it's "cringe" then maybe Clojure isn't for you? Seriously, the mantra of Clojure's design is small, simple pieces, composed together. Easy = familiar. Leiningen is "easy" because it's like build tools in other languages. Clojure CLI /
deps.edn
is simple because it's designed specifically for composition. It's a really important distinction.