SBCL can be stopped at any time by calling sb-ext:quit,
optionally returning a specified numeric value to the calling process.
See notes in Threading about the interaction between this
feature and sessions.
Terminate the current Lisp. *exit-hooks* and pending unwind-protect
cleanup forms are run unless recklessly-p is true. On UNIX-like
systems, unix-status is used as the status code.