unrepl

discussing specification of an edn-based repl and its implementations.
cgrand 2017-11-26T12:57:04.000033Z

@pesterhazy before release would it be ok to merge parfix behind a feature flag.

cgrand 2017-11-26T13:00:06.000018Z

Maybe even having a generic —lab followed by a list of features.

pesterhazy 2017-11-26T13:09:18.000035Z

@cgrand, sure!

pesterhazy 2017-11-26T13:09:40.000027Z

I already did this for the compliment PR: https://github.com/Unrepl/unravel/pull/36/files#diff-12beeee2c463c8391f220d5ef8afadd7R30

cgrand 2017-11-26T14:55:08.000032Z

Cool

cgrand 2017-11-26T15:13:04.000103Z

Idea: a log of user (and maybe aux) could be used as a document to display pretty repl logs.

volrath 2017-11-26T17:06:57.000090Z

that's good, you can basically reconstruct a repl interface with the logs and share it.

volrath 2017-11-26T17:07:38.000049Z

which made me start thinking on ipython's jupyter notebook

cgrand 2017-11-26T17:11:06.000044Z

At the meetup someone mentioned there was a backend abstraction in jupiler 🍺

volrath 2017-11-26T17:12:53.000074Z

ah right! I forgot about that