Feedback wanted: draft of a Clojure REPL guide, soon to be submitted on clojure.org

Short anwser: I write ClojureScript. Checkout http://memkits.org/ and http://mvc-works.org/ .

It doesn’t mean I don’t need to run code snippets in runtime, but in running ClojureScript, actually JavaScript, I got a REPL in Console. Meanwhile shadow-cljs watches files and hot replaces on file changes so I don’t need (require 'x :reload) either.

1 Like