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?

  • hrrld@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

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

      • flh13@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        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.topB
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months 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.