protorepl

rgdelato 2017-02-25T01:11:31.000703Z

Hello there! To get Proto REPL working with Figwheel, I ended up running Figwheel, which started an nREPL server, then I used Proto REPL's "Remote nREPL Connection" to connect to Figwheel's nREPL port and I ran (do (use 'figwheel-sidecar.repl-api) (cljs-repl)) to start the Figwheel ClojureScript REPL from nREPL. It seems to work so far (and Proto REPL is awesome in general! :D), but I'm pretty new to Clojure, so figuring this out was a bit of a journey. Is there a better way to use ClojureScript/Figwheel with Proto REPL (and whether there is or not, should the process for using Proto REPL with ClojureScript be documented somewhere more obvious)?