This is the trivial-dump-core Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:55:48 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-dump-core
trivial-dump-core: Wrapper that allows the saving of the current lisp image as a "core" or as an "executable" across implementations.
Rolando Pereira <rolando_pereira_2@hotmail.com>
MIT License
package.lisp
(file).
trivial-dump-core.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-dump-core/trivial-dump-core.asd
trivial-dump-core/package.lisp
trivial-dump-core/trivial-dump-core.lisp
trivial-dump-core/trivial-dump-core.asd
trivial-dump-core
(system).
trivial-dump-core/trivial-dump-core.lisp
package.lisp
(file).
trivial-dump-core
(system).
dump-image
(function).
dump-image-init
(function).
save-executable
(macro).
%save-executable-sbcl
(macro).
is-slime-running
(function).
print-dump-image-slime-help
(function).
print-save-slime-and-die-help
(macro).
sbcl-dump-image-slime
(function).
sbcl-save-slime-and-die
(function).
string-to-symbol
(function).
Packages are listed by definition order.
trivial-dump-core
trivdumpcore
tdumpc
common-lisp
.
dump-image
(function).
dump-image-init
(function).
save-executable
(macro).
%save-executable-sbcl
(macro).
is-slime-running
(function).
print-dump-image-slime-help
(function).
print-save-slime-and-die-help
(macro).
sbcl-dump-image-slime
(function).
sbcl-save-slime-and-die
(function).
string-to-symbol
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Make a stand-alone executable file from the current Lisp process.
FILENAME: Path of the executable file
INIT-FUNCTION: Zero-argument function object that acts as the entry
point to your executable (the equivalent of main() in C).
Some implementations (Clozure, SBCL) will quit after this function is called.
Print on the screen the command the user needs to run on the *inferior-lisp* buffer to save this image. This macro is only called when trying to save a sbcl lisp image inside slime.
Return T if slime is running in the lisp image, otherwise return NIL.
Print on the screen the command the user needs to run on the *inferior-lisp* buffer to dump this image. This macro is only called when trying to dump a sbcl lisp image inside slime.
Save a sbcl image, even when running from inside Slime.
This function should only be used in the *inferior-buffer* buffer, inside emacs.
Save a sbcl image, even when running from inside Slime.
This function should only be used in the *inferior-buffer* buffer, inside emacs.
Convert a string to a symbol
Jump to: | %
D F I M P S |
---|
Jump to: | %
D F I M P S |
---|
Jump to: | F P S T |
---|
Jump to: | F P S T |
---|