bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

nREPL client #172

Open ClashTheBunny opened 6 years ago

ClashTheBunny commented 6 years ago

Hey, I'd love to use this with shadow-cljs. rlwrap is for the birds.

I've tried various incantations of (rebel-readline.cljs.service.local/create) but not been able to figure out how to get something running inside of shadow-cljs clj-repl or shadow-cljs cljs-repl :devcards.

But, there is a nREPL server going, and I thought, wow, wouldn't it be amazing if rebel-readline just connected to ANY REPL ever? I'm sure you're working on this already, but I didn't see it documented anywhere, so I figured I'd make a plea.

Thanks so much for all your work to make the CLJ(S) ecosystem amazing and easy to work with. It's really amazing. Magic.

borkdude commented 5 years ago

This would also be amazing for server side REPL debugging.