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,
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.
quit