본문 바로가기

LISP?

로딩 및 컴파일 명령


>> (load "test.lisp")
; Loading ./testing.lisp
T

>> (compile-file "test.lisp")
; Compiling as test.fasl
T

>> (load "test")
; Loading test.fasl
T