Fork me on GitHub
#cursive
<
2020-06-03
>
llsouder22:06:03

I am playing with a luminus project. I am using figwheel with cursive as described here: https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL When I go to switch back to a clj repl the repl hangs. How do I jump back and forth between the cljs and clj repls. This is really bugging me!

katox15:06:05

I just start two REPLs, side by side. One for clj and one for cljs. The caveat in Cursive is that you need to wait until the first REPL is loaded before you can start another because for Cursive they are just two Local REPLs (even if they aren't because one of them switches to cljs later on).

katox15:06:17

The upside is that Figwheel doesn't print anything to your development clj REPL.