nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
pez 2019-10-06T15:26:14.010500Z

What can nrepl help me with when it comes to help me drill down the results, w/o having to realize it all, when it is large? Ellisions and that kind of stuff, I guess I am asking about.

bozhidar 2019-10-06T16:38:29.010900Z

@pez There’s an unfinished PR by @cgrand that tackles this.

bozhidar 2019-10-06T16:38:35.011100Z

See https://github.com/nrepl/nrepl/pull/106

bozhidar 2019-10-06T16:38:44.011400Z

We’ll have to wrap this one eventually.

pez 2019-10-06T16:39:21.012100Z

Cool. I think I have seen work on this reported about in this channel.

pez 2019-10-06T16:40:05.013Z

How does cider-inspect work then?

bozhidar 2019-10-06T16:52:47.013400Z

@pez It’s a different middleware that’s independent of eval.

bozhidar 2019-10-06T16:53:02.013800Z

It knows how to handle infinite sequences and stuff like this.

pez 2019-10-06T16:57:00.014100Z

I see. That is nice, of course. 😃