Fork me on GitHub
#vim
<
2018-07-24
>
eraserhd14:07:07

I wonder about decent REPL solutions which aren't Vim-terminal-based. Do we have any? Must be asynchronous, browse & repeat prior commands, enter new ones.

dominicm14:07:50

You would probably quite like vimpire, if you don't use cljs

eraserhd14:07:10

unfortunately, I do, but I'm willing to do some work if necessary.

eraserhd14:07:41

I use some other "nested" REPLs, too, like datawalk's. That's probably too much to ask.

dominicm14:07:40

vimpire is the only one I know. To get it working with cljs would require joining #unrepl and discussing with @cgrand

eraserhd14:07:44

hmm. I like the idea of unrepl. This really tosses fireplace out though, huh

eraserhd14:07:11

I guess I like the idea of fireplace being The One REPL API(tm) for everything else to build on. That's not actually true, though.

dominicm14:07:21

unrepl > nrepl I think