Fork me on GitHub
#cider
<
2016-01-23
>
malabarba01:01:55

@rmuslimov there's an analogous command, which is a connect instead of a jack-in

malabarba01:01:20

You can use it to start repls when you already have a server

malabarba01:01:18

I'm 70% certain that the name is cider-connect-clojurescript. :-)

rmuslimov01:01:26

yes, that way works - btw, it is not 100% convenient as base JVM

rmuslimov01:01:40

hmm, I think it is cider-connect

malabarba01:01:18

That command creates a clj repl

malabarba01:01:37

Which is what I was going to say next :-)

malabarba01:01:12

There's also a command that creates a cljs repl, but maybe it's a prefix argument

malabarba01:01:18

Hang on, I'll check

rmuslimov01:01:25

hmm, I can’t see it

rmuslimov01:01:45

Btw, I realized now that combination of cider-connect + prodigy.el for managing remote REPL may a good idea

malabarba01:01:25

I was mistaken about the name

malabarba01:01:27

cider-create-sibling-cljs-repl

malabarba01:01:41

This will create a cljs REPL for you, when you already have a clj repl

rmuslimov01:01:08

yeah, this is what I was looking for

malabarba01:01:10

cider-jack-in-clojurescript is basically just cider-jack-in + cider-create-sibling-cljs-repl