Fork me on GitHub
#emacs
<
2022-02-06
>
Carlo23:02:46

Sometimes I evaluate a form that takes too long (maybe because I have a bug). Is there a way of interrupting the evaluation without killing the repl?

dpsutton23:02:25

Using cider or another nrepl based client? There is usually a way to interrupt evaluation

dpsutton23:02:46

If using a socket repl you will need to restart the process unfortunately

Carlo23:02:27

cider, after jack-in (clj version)