nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bozhidar 2018-09-16T08:21:16.000100Z

Well, it seems to me then you just need to process the eval ex-info responses and that should be enough.

bozhidar 2018-09-16T08:21:41.000100Z

Or alternatively - you can simply do some extra processing on the client side.

bozhidar 2018-09-16T08:22:15.000100Z

You can also take a look at cider-nrepl’s stacktrace middleware.