lisp - 如何让sbcl自动加载核心?

标签 lisp sbcl

我已经保存了核心。如何让 sbcl 自动加载它?

最佳答案

-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.

关于lisp - 如何让sbcl自动加载核心?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5036149/

相关文章:

emacs - 如何更改/删除 Emacs 菜单项?

Common Lisp 中的递归、推值和斐波那契数列

lisp - SBCL 中的 exp 是错误的?

lisp - 无需按下 Enter 按钮即可读取字符

lisp - 将两个列表附加在一起

python - 如何使 Web 服务器进行定时多项选择测试?

forward-declaration - SBCL 前向声明 : possible?

types - 如何指定 sbcl(或 common lisp)向量中的元素类型?

stream - Common Lisp 输出文件流 SBCL

Lisp 包名称在我不告诉它的情况下自行添加到我的数据中