Arc Forumnew | comments | leaders | submitlogin
3 points by zck 3315 days ago | link | parent

I open up a shell in Emacs (M-x shell), then run Arc manually. You have to explicitly `load` things from the REPL; there isn't any SLIME-like communication between other buffers and the shell. This doesn't seem to work right now with Anarki, but it does with Arc3.1


3 points by akkartik 3315 days ago | link

As a tangent, I use vim, tmux and https://github.com/jpalardy/vim-slime to send expressions to the repl.

-----

2 points by zck 3315 days ago | link

I realized just now that you're using Windows, on which I have no idea if Anarki works inside Emacs. So you should try it and see what happens.

-----