#reveal 1.0 is released! Reveal is a Read Eval Visualize Loop for Clojure https://vlaaad.github.io/reveal/
this is great! I'm having a lot of fun playing with, thanks for this! also great docs, kudos for all the gifs :thumbsup:
^_^
Nice!
Is it possibile to use it alongside cljs?
@karol.wojcik Reveal is pretty closely tied to JVM. It can talk to remote processes via prepl — https://vlaaad.github.io/reveal/#remote-prepl — but it's exploration capabilities will be limited to inspecting data that arrived over the network.
Thank you @vlaaad