protorepl

dotemacs 2019-06-13T15:47:52.003900Z

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

dotemacs 2019-06-13T16:07:16.004200Z

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

seancorfield 2019-06-13T16:07:50.005Z

I don't believe ProtoREPL supports multiple REPLs.

dotemacs 2019-06-13T16:08:21.005500Z

Ah, that’s a shame. Thanks @seancorfield

pez 2019-06-13T16:11:46.007600Z

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

dotemacs 2019-06-13T16:13:25.009200Z

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

pez 2019-06-13T16:18:29.012200Z

: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.

pez 2019-06-13T16:22:43.012700Z

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

👍 1