lisp - how to make sbcl automatically load a core? -
i have core saved. how make sbcl load automatically?
the -core
command line argument should it. man page:
--core <corefilename> use specified lisp core file instead of default. (see files section standard core, or system documentation sb-ext:save-lisp-and-die information how create custom core.) note if lisp core file user-created core file, may run nonstandard toplevel not recognize standard toplevel options.
Comments
Post a Comment