Fork me on GitHub
#protorepl
<
2019-06-13
>
dotemacs15:06:52

Hi, complete protorepl newb here, so sorry for asking if this seems obvious. In cider you can M-x cider-jack-in-clj&cljs and start two REPLs, one for clj and another for cljs . Can something like that be done for protorepl in Atom? If not, what do you do instead: - start two different REPLs, one for clj and another for cljs and then switch the connections between them? - which leads me to: can you have multiple REPL connections in a single Atom instance? Thanks

dotemacs16:06:16

Found this issue on GitHub, that asks the same question: https://github.com/jasongilman/proto-repl/issues/200

seancorfield16:06:50

I don't believe ProtoREPL supports multiple REPLs.

dotemacs16:06:21

Ah, that’s a shame. Thanks @seancorfield

pez16:06:46

calva allows for one repl for clj and one for cljs. Just sayin’, @dotemacs 😄.

dotemacs16:06:25

Thanks for that @pez. I was asking on behalf of a colleague who is into Atom. And I don’t want to push him towards Emacs, just trying to get him set up & comfortable. So I’ll suggest Calva to him 🙂 Thanks again

pez16:06:29

calva is sort of there for people who want to try the clj w/o also having to sip the cider. It is quite Cider-inspired at that, so if you outgrow Calva you should find yourself at home with Cider. But, enough of highjacking of this channel. Tell your colleague that he is welcome to #calva-dev for support.

pez16:06:43

No, one more thing. There is also #chlorine , @dotemacs

👍 4