nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
odie 2017-09-11T10:53:12.000235Z

Can anybody give me some pointers on how to develop a nrepl middleware?

odie 2017-09-11T10:58:19.000320Z

More specifically, even though I can get the right response back when I submit an nrepl message like {:op "eval" :code "(+ 2 3)"}, a simple {:op "describe"} would return nothing.

odie 2017-09-11T11:00:08.000030Z

I had expected to be able to see a list of nrepl messages that can be handled. :(

odie 2017-09-11T11:00:23.000291Z

Any help would be appreciated!