unrepl

discussing specification of an edn-based repl and its implementations.
bozhidar 2017-12-18T07:48:00.000193Z

> Actually 3: user input, aux (control/tooling), sideloader (classpath extension).

bozhidar 2017-12-18T07:49:14.000264Z

So, you can dynamically load libraries in the running REPL I presume? That’s interesting. It’s possible with nREPL to some extent, but it’s a bit painful that’s why I opted not to support it directly in CIDER. At least it used to be painful. 🙂

cgrand 2017-12-18T08:11:04.000064Z

Yes. It’s used in 2 ways: to load additional nrepl actions and to load user code (both in jars or local files in durs). So you can load and reload a local ns from a remote server.

cgrand 2017-12-18T08:12:06.000244Z

The client may choose to have multiple auxs if some tooling actions are long and blocking.

pesterhazy 2017-12-18T12:39:59.000465Z

This thread should be of interest to this channel: https://clojureverse.org/t/share-the-nitty-gritty-details-of-your-clojure-workflow/1208

volrath 2017-12-18T12:44:07.000216Z

cool 👍

cgrand 2017-12-18T12:44:46.000225Z

I liked the subtle plug at the end 🙂

volrath 2017-12-18T19:16:49.000494Z

I was going through clojureD lightning talks and saw this: https://github.com/AvramRobert/omnia a terminal base REPL, it seems to have some good features implemented, might be interested to look at

pesterhazy 2017-12-18T20:03:12.000602Z

Woot

pesterhazy 2017-12-18T20:04:00.000084Z

Looks cool for sure

cgrand 2017-12-18T20:15:38.000299Z

We should let him know about the hack day.

➕ 1
pesterhazy 2017-12-18T20:30:52.000402Z

Definitely

cgrand 2017-12-18T20:53:57.000598Z

I dropped him a mail.