practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
91 stars 36 forks source link

Clojure CLI verses Leiningen #470

Open practicalli-johnny opened 3 months ago

practicalli-johnny commented 3 months ago

Here are some of my own personal thoughts for using Clojure CLI

Things that usually cause the most learning curve

I use a Makefile to wrap commands to make them simple and consistent across projects. Babashka tasks or any other task runner could be used to simplify the command line. Or use the shell history (I use zsh with fish extension and it makes most commands a few key clicks)