Fork me on GitHub
#joker
<
2020-03-24
>
mauricio.szabo14:03:43

I think the idea for :repl/quit was because of figwheel and other REPLS that piggieback on nrepl

mauricio.szabo14:03:12

Mostly because if you quit the REPL it would stop the compiler, so instead it quit the ClojureScript repl but returned to the Clojure one... But I may be wrong too :)

Candid16:03:43

Interesting... For Joker I decided to just add joker.core/exit function. I think this is the most straightforward approach.

👍 8