1 2 3 4 5 6 7 8
(ql:quickload :fussy) (defun run () (fussy::start) (loop (sleep 10))) (save-lisp-and-die "fussy" :toplevel 'run :executable t)