;;; -*-lisp-*- ;;; Driver for the system. (dolist (file '("jj" "swing" "queue" "weak" "dep" "dep-ui")) (sys:load-system-file file)) (use-package '(#:dep #:dep-ui)) (add-reason) (dolist (arg *command-line-args*) (load arg)) (drop-reason)