File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -341,9 +341,12 @@ Building binaries with SBCL is done with the function
341341` sb-ext:save-lisp-and-die ` (it lives in the ` sb-ext ` SBCL module, that
342342is available by default).
343343
344- Other implementations don't define the exact same function, that's why
345- we need a compatibility layer, which is provided by ASDF. We show this
346- method in the Cookbook and later in this guide.
344+ Other implementations don't define the exact same function, for
345+ instance on Clozure CL the function is ` ccl:save-application ` . That's
346+ why we'll want a compatibility layer to write a portable script across
347+ implementations. It is as always provided by ASDF with
348+ ` uiop:dump-image ` and also with a system declaration in the .asd
349+ files.
347350
348351SBCL binaries are portable from and to the same operating system:
349352build on GNU/Linux, run on GNU/Linux. Or build on a CI system on the 3
You can’t perform that action at this time.
0 commit comments