dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

include nrepl server + middleware #88

Closed zcaudate closed 5 years ago

zcaudate commented 5 years ago

as per #66

jeroenvandijk commented 5 years ago

I think this would make development on closh easier as well. You could fix something and instantly retry instead of the boot uberjar cycle.

dundalek commented 5 years ago

I need to dig more into nrepl but I suspect this might be able to work just by adding the server startup code into .closhrc. However, it might be likely worth to make this as a built-in.

dundalek commented 5 years ago

@zcaudate Initial support is now included in master, details can be found in the cookbook.

zcaudate commented 5 years ago

@dundalek: ah awesome. this is amazing.