# Friendly A beginner-friendly REPL that combines * [rebel-readline](https://github.com/bhauman/rebel-readline) * [Expound](https://github.com/bhb/expound) * [Speculative](https://github.com/borkdude/speculative) ## Usage 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` ## Credits Inspired by https://github.com/slipset/friendly I learned the technique of loading code via a gist from https://gist.github.com/athos/b68b15b08efedffaf14d8c020b125202