Fork me on GitHub
#unrepl
<
2018-03-05
>
devurandom05:03:16

I just saw the word "pREPL" for the first time. Is that Rich's take on Unrepl?

bozhidar06:03:07

See the history here. There was a discussion on the subject and some link to reddit.

bozhidar06:03:21

Supposedly Rich invented pREPL independently.

cgrand07:03:54

I should reactivate my reddit account to correct Sean’s misunderstanding.

dominicm08:03:55

I keep needing to dispel the myth of unrepl being a dependency.

cgrand09:03:15

And even if prepl grows out to be a general tooling connection (which I doubt atm: do you see Rich baking a completion lib in clojure itself?) then tools would either have to stuck with what is provided by default (with capabilities varying on versions) or bring their own stuff. People are just used to believe that “bringing own stuff” implies adding dependencies; at the same time they bring their own new code through a repl all day long…

kotarak12:03:43

Oh. I suddenly get a unrepl.core/do unknown var error.

kotarak12:03:39

I guess it is because unrepl is now mapped to unrepl.core. So the reading part fails the unrepl/do check.

kotarak13:03:48

Ok. I got something, which I thought, I'd never get.

kotarak13:03:28

user=> (read)

kotarak13:03:54

Not terribly robust, but cooool. 😎

kotarak13:03:00

Reading from in from repl from inside vim.

kotarak13:03:33

Hrm. Although the async callbacks mock around with the insert mode. Grmpf.

cgrand13:03:28

Hey all, I can’t find this recently open sourced lib for displaying stack traces, anyone has a link to it?

cgrand13:03:25

Hi @dbsgtk try 5555 instead of 555 (which requires root privileges)

dbsgtk13:03:41

ahh, thanks.

dbsgtk13:03:03

I didn’t notice that; I think there’s a 5 (and a space) missing in the README example.

cgrand13:03:54

thanks fixed

kotarak13:03:42

While we are at docs: Is it -m unrepl/make-blob or -m unrepl.make-blob in UPGRADE.md?

kotarak13:03:12

You missed one in the you can customize line.

cgrand16:03:43

@mynomoto looks like it, thanks!

cgrand17:03:27

Q: should unrepl reference count blobified namespaces and delete them when no active connections for a ns?

kotarak14:03:18

How do you handle required namespaces?

cgrand15:03:11

at blobification time one can build a list of the SHAded namespaces maybe?

cgrand15:03:36

ok let’s not worry about that atm

kotarak17:03:37

There you go. Vimpire has now a real repl.

kotarak17:03:47

Only completion is missing for now.

kotarak17:03:13

And robustness needs a boost. Örk.

kotarak18:03:45

And there is a problem, that vim always leaves insert mode.