2

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
4

0 回答 0