Fork me on GitHub
#clojurescript
<
2021-06-12
>
zackteo06:06:02

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

thheller07:06:41

@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.

zackteo07:06:03

Right! I'll just stick with just cljs-devtools then. What kind of values does cljs-devtools displays in a nicer way actually?

zackteo07:06:43

When I previous tried Dirac, it took very long to start up - at least with my set up :x

thheller07:06:50

all cljs values. maps, sets, vectors, seqs, etc

zackteo09:06:02

Whopps okay, it is working - I just wasn't console.logging the right values