dev-tooling

bozhidar 2023-06-25T07:22:23.817719Z

@cfleming He started to work on this, but never finished it https://github.com/nrepl/nrepl/pull/106

bozhidar 2023-06-25T07:23:29.379949Z

Hopefully someone can pick it up down the road.

cfleming 2023-06-25T08:51:19.457059Z

@bozhidar Ok, thanks. Do you know if the unrepl version was ever stable, or was that only experimental too?

bozhidar 2023-06-25T08:52:58.731799Z

@cfleming The entire unrepl was kind of experimental in a way. 🙂 I recall this functionality worked kind of okay in unrepl, but there were some glitches to sort out there as well.

cfleming 2023-06-25T08:53:40.420779Z

Yeah, I don’t remember unrepl ever getting to be actually used for much in the end. Which was a shame, it had some nice ideas.

2023-06-25T14:07:25.838219Z

I wonder if it would be worth trying to unify an API for progressive loading and streaming? After all, there are a bunch of consumers now: all the editors, Clerk, Portal, REBL, &c

flowthing 2023-06-25T15:14:34.924389Z

Isn’t that one of the goals of Replicant?