unrepl

discussing specification of an edn-based repl and its implementations.
cgrand 2017-12-07T07:34:57.000199Z

He mentioned them as tools for DS and ML

cgrand 2017-12-07T07:35:23.000209Z

But prior art for Jupyter integration is cool

pesterhazy 2017-12-07T11:03:36.000310Z

@volrath I think this it a more reliable way of jacking in in boot: https://github.com/Unrepl/unravel/pull/54/files#diff-6b1ccd9ba143f8e1ce5f3cbb218f8894R22

volrath 2017-12-07T11:30:13.000156Z

@pesterhazy awesome, thanks! will fix on my end as well.. may I ask, what makes it more reliable?

pesterhazy 2017-12-07T11:42:37.000206Z

@volrath in my tests I saw jars being downloaded after unravel connects

pesterhazy 2017-12-07T11:43:00.000279Z

the reason being that -i executes very early on

pesterhazy 2017-12-07T11:43:18.000015Z

weather that's a problem I'm actually not 100% sure about but it seems fishy

pesterhazy 2017-12-07T11:43:47.000075Z

the caveat is that boot call requires boot >= 2.7.2

volrath 2017-12-07T11:52:08.000262Z

I noticed the thing about the jars being downloaded after

volrath 2017-12-07T11:53:36.000129Z

hmm I don't love the dependency to 2.7.2... we could go with -i when < 2.7.2, but that means extra complexity

volrath 2017-12-07T11:54:22.000010Z

or we could just make the clients depend on 2.7.2, which i don't know if it'd be problematic.. I know very little about boot's development