Hacker News new | ask | show | jobs
by dimovich 2310 days ago
Yes, the official Clojure build tool (deps.edn) is amazing. The ability to use local projects as deps is very useful. It allows to split your bigger project into smaller projects and reuse them. It's also possible to use directly git repos as deps which is useful for trying the latest libs.

This, coupled with a REPL driven development gives you a very interactive and agile dev experience.