SBCL can generate stand-alone executables. The generated executables
include the SBCL runtime itself, so no restrictions are placed on
program functionality. For example, a deployed program can call
compile
and load
, which requires the compiler to be present
in the executable. For further information, See Function sb-ext:save-lisp-and-die.