Olical / conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
https://conjure.oli.me.uk
The Unlicense
1.79k stars 110 forks source link

Shutdown auto REPL terminal if you connect to another REPL #216

Open Olical opened 3 years ago

Olical commented 3 years ago

We shouldn't leave the babashka REPL running after we connect to another REPL.

borkdude commented 3 years ago

You could just send (System/exit 0) to the nREPL to make it go away.

Olical commented 3 years ago

Oh that's fine, I can definitely kill it, I just need to hook it up in my code somehow :)

On Fri, 4 Jun 2021, 11:31 Michiel Borkent, @.***> wrote:

You could just send (System/exit 0) to the nREPL to make it go away.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Olical/conjure/issues/216#issuecomment-854603587, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACM6XLSAZR4J53XPP4EHLDTRCTRBANCNFSM46CRCLLQ .