Can anybody give me some pointers on how to develop a nrepl middleware?
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.
I had expected to be able to see a list of nrepl messages that can be handled. :(
Any help would be appreciated!