Move from github, collapse gltk and strictmath, add candle
[clnl] / bin / run.lisp
1 (setf *compile-print* nil)
2 (require 'asdf)
3 (asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "."))) :INHERIT-CONFIGURATION))
4 (asdf:load-system :clnl)
5 (clnl:run)