Fork me on GitHub
#calva
<
2020-06-22
>
avi14:06:45

👋 sorry if this is a FAQ, but I didn’t see it on the website: does Calva support socket REPLs? (I personally use Chlorine with Atom but I’m looking to help a teammate who uses VS Code get started working with a REPL.)

avi15:06:36

Just in case anyone is looking for something similar: I asked in #chlorine and it turns out there is a version of Chlorine for VS Code, but it’s called “Clover”: https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover

pez14:06:28

👋 Calva is nREPL only.

avi14:06:24

Got it — thanks!

borkdude14:06:57

why is that though? a socket REPL is easier to support than nREPL probably

pez15:06:53

Calva is a bit of a wrapper around cider-nrepl. To build the functionalities on top of socket repl is a significant amount of work. So, that is why, I guess. 😃