Skip to content
make-hello-world.lisp 310 B
Newer Older
#+lispworks (lispworks:load-all-patches)
(load "script-support.lisp")
(load-asdf)
#+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))