Fork me on GitHub
#chlorine-clover
<
2021-05-07
>
fabrao13:05:41

@mauricio.szabo how you doing? As I use many repls at the same time, do you think can I write custom REPL control that will switch automatic between them?

fabrao13:05:43

the idea is get connection I did with ip and port, store in some place and to switch, disconnect chlorine and connect to another one

mauricio.szabo16:05:58

Hi, @fabrao. Well, not really, and this probably will never be really supported on Chlorine/Clover. Most of the code assumes that you have a single REPL connected (well, in truth, two REPLs - one for evaluation, and one for "tooling results" like autocomplete). It's already quite complicated the "REPL dance" when you have Shadow-CLJS connected (because now we have three REPLs: a Clojure, to eval code, a Clojure, to REPL commands, and a ClojureScript that works for tooling too), so to be quite honest, I don't even want to think about adding a multi-repl support 😄

fabrao16:05:10

@mauricio.szabo you said me once that with Chlorine you can´t connect direct to the REPL. How do you use that pop-up to fill host and port and connect to REPL and why I can´t fill informations and call a function to connect?

mauricio.szabo21:05:03

I'm not really sure what you mean. I remember I was going to add a way to connect with Atom's init.coffee, but in the end I prioritized other things...