2011-02-17 2 views

답변

3

-core 명령 줄 인수로 처리해야합니다. 매뉴얼 페이지에서 :

--core <corefilename> 
     Use the specified Lisp core file instead of the default. (See the FILES section for the 
     standard core, or the system documentation for SB-EXT:SAVE-LISP-AND-DIE for information 
     about how to create a custom core.) Note that if the Lisp core file is a user-created 
     core file, it may run a nonstandard toplevel which does not recognize the standard 
     toplevel options. 
+0

sbcl이 sbcl 내부에서 코어를로드하도록 지시하여 init 파일 내부에 넣을 수 있습니다. 그렇다면 sbcl에 대한 명령 줄 매개 변수를 제공 할 필요가 없습니다. – nakiya

1

sbcl --core your.core을 사용하면 자동으로로드 할 수 있습니다.

관련 문제