Fork me on GitHub
#conjure
<
2022-04-26
>
Ted Ciafardini17:04:02

Hello! I am messing with some loop recur functions (and making mistakes) and I was wondering if there is a way to kill the conjure REPL when it’s stuck in an infinite loop?

Hukka18:04:36

conjure-client-clojure-nrepl has the clojure specific commands: > <localleader>ei Interrupt the oldest evaluation you have running.

1