unrepl

discussing specification of an edn-based repl and its implementations.
ghadi 2018-02-15T00:16:37.000106Z

I'd need to see numbers to back up a claim

bozhidar 2018-02-15T09:45:06.000411Z

Well, that’s the beginning of the 1.10 cycle so there’s plenty of time for changes - I just want to hear something on the subject from Rich/Cognitect.

bozhidar 2018-02-15T09:45:24.000065Z

I’m not excited by the prospect of supporting 20 different REPLs in CIDER one day…

cgrand 2018-02-15T13:57:05.000485Z

Prepl is first cut material at the moment (while I don’t expect it, in the past some first cut have been rollbacked or greatly reworked). Having prepl may also benefit unrepl (tapping infrastructure, maybe a prepl loop for cljs/jvm). prepl+custom outfn can be used to create a limited unrepl (not sure it’s worth it for the base case).

cgrand 2018-02-15T14:00:00.000346Z

Also unrepl is the only repl where the client is in control! (That’s for @bozhidar 20 repls anxiety).

bozhidar 2018-02-15T15:31:59.000329Z

hehe

bozhidar 2018-02-15T15:32:32.000728Z

Well, that’s why I’m more excited about supporting it, than about dealing with prepl, but we’ll see.

bozhidar 2018-02-15T15:33:32.000156Z

Unfortunately the effort to support 2 and 20 REPLs seems comparable to me, when you’ve hardcoded so many things with respect to supporting just 1. 😄

😂 1