dundalek/closh

include nrepl server + middleware

Closed this issue · 4 comments

as per #66

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

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.

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

@dundalek: ah awesome. this is amazing.