cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
588 stars 7 forks source link

Allow connecting to nbb REPLs #2672

Open zampino opened 2 years ago

zampino commented 2 years ago

nbb is a clojure(script) interpreter running in Node and it's capable of running nREPL and Socket REPLs. It would be very nice if Cursive could be able to connect to such.

My first attempts to configure and connect to nbb repls failed, possibly because of Cursive falling back to consider the other end as a JVM and trying to send java specific code which cannot be evaluated in Node.

Discussed here: https://clojurians.slack.com/archives/C0744GXCJ/p1649070986702179.

raymcdermott commented 1 year ago

⬆️

matthewdowney commented 1 year ago

This would be really great to have! I'm very happy with Cursive's Babashka support :)