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,
You can use (uiop:quit). This is included in most lisps.
(uiop:quit)