Comment by lanstin
2 years ago
SBCL lets you drop core images which if you setup your system properly can be made executable by usesing sbcl as the interpreter, like /bin/sh and shell scripts.
2 years ago
SBCL lets you drop core images which if you setup your system properly can be made executable by usesing sbcl as the interpreter, like /bin/sh and shell scripts.
The dumped images are not portable, right? I thought I read they can only reliably be run by the exact same build of SBCL.
Executable images bundle the runtime with the image.