Skip to content
make-hello-world.lisp 353 B
Newer Older
#+lispworks (lispworks:load-all-patches)
(load (make-pathname :name "script-support" :defaults *load-pathname*))
#+ecl (require :cmp)
  (register-directory *asdf-directory*) ;; we need asdf-driver, and ECL can dump.
  (operate 'load-fasl-op :hello-world-example)
  (operate 'program-op :hello-world-example))