Open
Description
It would be great if cider-interrupt would work. I tend to all the time run code that takes longer than I want.
An alternative quick hack would be to have the basilisp nrepl-server trap the SIGUSR2 signal, and then raise e.g. KeyboardInterrupt exception. I am not sure if this would be easy to do. I thought of this because that's exactly what seems to happen in a normal python repl (and the basilisp repl too). Then I could simply create a keybind that finds the repl executable, and sends the signal with the kill command.