Fork me on GitHub
#nrepl
<
2017-09-11
>
odie10:09:12

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

odie10:09:19

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.

odie11:09:08

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

odie11:09:23

Any help would be appreciated!