cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
st3fan 2020-11-13T12:57:10.490800Z

Is it possible to load a new dependency into my project without fully restarting? (Not entirely sure this is a Cider question)

st3fan 2020-11-14T17:24:38.005400Z

Oh I missed that. Thank you so much I am going to give that a try next time.

zane 2020-11-13T14:25:32.492Z

https://github.com/clj-commons/pomegranate

jmckitrick 2020-11-13T17:14:21.493100Z

So if I have cider connected to a shadow project and the repl is warning me No available JS runtime. yet jump-to-definition is working, what functionality will I be missing?

dpsutton 2020-11-13T17:15:06.493300Z

the repl

dpsutton 2020-11-13T17:15:46.494200Z

i'm surprised that jump to definition is working and suspect its a different implementation than nrepl backed but not positive. No available JS runtime happens when you haven't loaded your emitted js code in a browser or a node process

dpsutton 2020-11-13T17:16:17.494800Z

there's a jvm running clojurescript and nrepl but it does not do any evaluation of cljs. that requires a JS runtime which is not yet present