joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
mauricio.szabo 2020-03-24T14:32:43.021200Z

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

mauricio.szabo 2020-03-24T14:34:12.023800Z

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 :)

Candid 2020-03-24T16:54:43.024600Z

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

👍 2