ECL的文档表明
(compile-file "hello.lisp" :system-p t)
应该产生一个 .o 文件但是我得到一个 .fasc 文件和输出
> (compile-file "hello.lisp" :system-p t)
;;; Compiling hello.lisp;;; Compiling #<input stream hello.lisp>#P"hello.fasc"
NIL
NIL
ECL的文档表明
(compile-file "hello.lisp" :system-p t)
应该产生一个 .o 文件但是我得到一个 .fasc 文件和输出
> (compile-file "hello.lisp" :system-p t)
;;; Compiling hello.lisp;;; Compiling #<input stream hello.lisp>#P"hello.fasc"
NIL
NIL