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
 

No commits on GitHub since 2022, the slack channel is dead silent, and it seems everyone here recommends deps.edn. Is Leiningen worth using in 2023 or should I jump ship?

you are viewing a single comment's thread
view the rest of the comments
[–] hrrld@alien.top 1 points 1 year ago (1 children)

Very much still alive - we find it simpler than deps.edn and related tools for many tasks. Learn both.

[–] seancorfield@alien.top 1 points 1 year ago (2 children)

In the Clojure sense, Leiningen is definitely easier (but it is not simpler tooling).

[–] flh13@alien.top 1 points 1 year ago (1 children)

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

[–] seancorfield@alien.top 1 points 1 year ago

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.