wh-engine/run.lisp

8 lines
178 B
Common Lisp
Raw Normal View History

2021-11-25 22:28:50 +00:00
;; run.lisp
;; registers current dir and loads wh-engine
(push (truename "./") asdf:*central-registry*)
(asdf:load-system 'wh-engine)
(format t "**** wh-engine READY! ****~%")