Fork me on GitHub
#reveal
<
2021-09-11
>
tlonist13:09:32

I have a question on connecting reveal to a socket repl prompt in Cursive. When I run my socket server with reveal using aliases

clj -M:reveal:add-libs:socket
from the terminal, the socket server runs and a reveal pops up. Then I turn the Cursive remote repl on, sending whatever I type to the socket server for evaluation. It works, but at this point I expect the reveal to show the output of evaluation from the Cursive, but it doesn’t.. it only prints output coming from the terminal repl. Can anybody give me hints or ideas on this?

tlonist14:09:49

self answer : use local repl with clojure.main + run with deps setting, add aliases of socket repl, reveal, and etc..

👍 4