A beginner-friendly REPL that combines
JVM 8:
clojure -Sdeps '{:deps {friendly {:git/url "https://gist.github.com/bhb/2686b023d074ac052dbc21f12f324f18" :sha "d532662414376900c13bed9c920181651e1efeff"}}}' -X friendly/run
JVM 9 or newer:
clojure -Sdeps '{:deps {friendly {:git/url "https://gist.github.com/bhb/2686b023d074ac052dbc21f12f324f18" :sha "d532662414376900c13bed9c920181651e1efeff"}}}' -X friendly/run
Inspired by https://github.com/slipset/friendly
I learned the technique of loading code via a gist from https://gist.github.com/athos/b68b15b08efedffaf14d8c020b125202
Thank you a lot!
I've tried to jump-start this from under my long-abandoned "clojure-playground" folder, and I've got this:
What am I missing?