8 lines
178 B
Common Lisp
8 lines
178 B
Common Lisp
|
;; run.lisp
|
||
|
;; registers current dir and loads wh-engine
|
||
|
|
||
|
(push (truename "./") asdf:*central-registry*)
|
||
|
(asdf:load-system 'wh-engine)
|
||
|
|
||
|
(format t "**** wh-engine READY! ****~%")
|