reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
mikejcusack 2021-03-03T15:25:23.024700Z

How do you use Reveal with ClojureScript in Cursive?

teodorlu 2021-03-04T10:05:24.030300Z

Reveal is a JVM-application, so that depends on what you're looking for. shadow-cljs inspect is a data browser that runs in your web browser.

vlaaad 2021-03-04T10:11:17.030500Z

Given that, Reveal can talk to remote processes over prepl. I haven’t tried using reveal+cljs in “real” projects, but I have tried it with cljs prepls like here: https://vlaaad.github.io/reveal/#remote-prepl

1
mikejcusack 2021-03-04T17:35:51.034Z

@vlaaad I read your article. I got it to work in your example, but I didn't now how to tie in Figwheel with that.

vlaaad 2021-03-04T21:33:51.034300Z

hmm, I had a quick search over figwheel's repo and couldn't find any prepl mentions

➕ 1
vlaaad 2021-03-04T21:34:36.034600Z

I know it should be possible with shadow-cljs — https://github.com/thheller/shadow-cljs/blob/2c005e564fa2adaf4cffa60a9a5a7173bad48224/shadow-cljs.edn#L19

mikejcusack 2021-03-04T21:35:34.034900Z

But is that connecting to a prepl or providing one?

mikejcusack 2021-03-04T21:37:04.035100Z

It's not in the docs