Do yall use the chromium inspector? I'm not sure why cljs devtools has loaded but I can't input clojurescript expressions like (+ 1 1)
there. My repl connect in emacs does work however
@zackteo cljs-devtools is only for displaying values in a nicer way. it does not act as a full REPL or take any kind of input. dirac would be the tool for that.
Right! I'll just stick with just cljs-devtools then. What kind of values does cljs-devtools displays in a nicer way actually?
When I previous tried Dirac, it took very long to start up - at least with my set up :x
all cljs values. maps, sets, vectors, seqs, etc
Whopps okay, it is working - I just wasn't console.logging the right values