unrepl

discussing specification of an edn-based repl and its implementations.
bhauman 2018-02-10T01:05:24.000204Z

cgrand 2018-02-10T01:40:58.000062Z

Feels hacky but interesting analysis.

dominicm 2018-02-10T09:52:54.000069Z

I've finally had an chance to use unravel against production. :partywombat:

dominicm 2018-02-10T09:58:07.000056Z

Hmm, I notice that java.util.HashSet doesn't have an unravel printer. It becomes a boring ol' class, which means none of the lovely ellipsis stuff.

dominicm 2018-02-10T10:02:35.000012Z

Having done (set) on my java.util.HashSet, I notice that my ellipsis is before the second-to-last element. Not sure if that's intentional or not either 🙂

bhauman 2018-02-10T17:06:15.000068Z

@dominicm would love your feedback on the readline library if you have time, your in a great position to tell me whatfor

dominicm 2018-02-10T17:06:57.000113Z

I am…? I'm afraid you might have me mixed up with someone else 😄

dominicm 2018-02-10T17:07:24.000062Z

Although, I did check out your gif demo, and I thought it looked very similar to Unravel.

bhauman 2018-02-10T17:09:58.000071Z

🙂 no! You've been working on this stuff for a while now.

bhauman 2018-02-10T17:11:04.000008Z

feedback would be great

bhauman 2018-02-10T17:11:23.000085Z

but no pressure, of course 🙂

dominicm 2018-02-10T17:15:41.000006Z

@bhauman The demo & feature-set looks really good btw, I realise I didn't say that. I think it would be a great library to build an unrepl client in (maybe I should take a shot at seeing how hard it would be to port unravel to this?). I couldn't speak for the API though.

bhauman 2018-02-10T17:16:13.000081Z

should be simple, as there is a service layer abstraction

bhauman 2018-02-10T17:17:54.000088Z

here's an example^

bhauman 2018-02-10T17:18:27.000033Z

and thats only for readline

cgrand 2018-02-10T17:19:35.000121Z

I think I fixed that on my pretty print branch

dominicm 2018-02-10T17:29:44.000125Z

Great :)