Fork me on GitHub
#cider
<
2017-12-23
>
dpsutton16:12:42

do people still use gradle for clojure? I've never heard of anyone using it so just wondering

dpsutton16:12:51

also, it looks like the default cljs repl invocation is piggieback on rhino. I'm wondering if it's a good idea to uipdate this to the figwheel sidecar choice

bozhidar21:12:32

> do people still use gradle for clojure? I’ve never heard of anyone using it so just wondering

bozhidar21:12:17

No idea. Probably relatively few people are using it. I recall the support for this was added relatively recently (e.g. 2 years ago).

bozhidar21:12:30

> also, it looks like the default cljs repl invocation is piggieback on rhino. I’m wondering if it’s a good idea to uipdate this to the figwheel sidecar choice

bozhidar21:12:57

I think we chose this as the default because it just works without having the users do anything themselves.

bozhidar21:12:24

We we start auto-injecting cljs deps this will no longer be a big concern.

dpsutton22:12:34

yeah that's what i was looking into when i thought about it. Which is the default. One stickler is keeping figwheel client and server together. if they are mismatched the whole thing shuts down

dominicm11:12:49

And the fact that using it with boot is very painful