Fork me on GitHub
#unrepl
<
2017-12-18
>
bozhidar07:12:00

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

bozhidar07:12:14

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. 🙂

cgrand08:12:04

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.

cgrand08:12:06

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

cgrand12:12:46

I liked the subtle plug at the end 🙂

volrath19:12:49

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

pesterhazy20:12:00

Looks cool for sure

cgrand20:12:38

We should let him know about the hack day.

cgrand20:12:57

I dropped him a mail.