[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: init.lisp



(save-application "test-application"
                  :init-file "ccl:init.lisp"
                  )

->


file init.lisp loaded!

 Welcome to test-package!
Welcome to Macintosh Common Lisp Version 2.0.1!


But be sure that your application is in your mcl folder, otherwise ccl: may
point to a wrong directory


Karsten