Is there a command to halt the interpreter in Common Lisp?

前端 未结 5 659
醉梦人生
醉梦人生 2021-02-12 09:57

I\'m looking for an expression that will cause the interpreter to exit when it is evaluated.

I\'ve found lots of implementation-specific ones but none in the HyperSpec,

5条回答
  •  野的像风
    2021-02-12 10:15

    There is an ASDF library called shut-it-down that provides a quit function that works by just having cases for the common CL implementations.

提交回复
热议问题