joh*_*ers 2 lisp common-lisp ccl
所以我正在编写自己的函数,我调用了它make-list,我从调试器得到了这个:
The function MAKE-LIST is predefined in Clozure CL.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [CONTINUE] Replace the definition of MAKE-LIST.
Run Code Online (Sandbox Code Playgroud)
很好,但如果我不小心选择了选项怎么办0?我的编译器是否会被破坏并且永远有一个错误的内部函数定义,因为我会替换它?