开发者

How can I stop a running operation in the SLIME REPL?

开发者 https://www.devze.com 2023-01-01 01:55 出处:网络
Is there a way to stop a running operation in the SLIME REPL? The Clojure SLIME folks apparently have some way to do this, so how about in ordi开发者_如何学Gonary Common Lisp?

Is there a way to stop a running operation in the SLIME REPL?

The Clojure SLIME folks apparently have some way to do this, so how about in ordi开发者_如何学Gonary Common Lisp?

Thanks /Erik


As expected, it turns out it was quite simple. To stop a running operation use the command slime-interrupt (C-c C-b).

0

精彩评论

暂无评论...
验证码 换一张
取 消