common Date: 2023-04-10 | It is generally a good idea to write the defgenerics. We can add | a default implementation and even some documentation. Chapter: Generic functions (defgeneric, defmethod) Date: 2023-04-10 | Only required parameters can be specialized. We can’t specialize | on optional &key arguments Chapter: Generic functions (defgeneric, defmethod) Date: 2023-03-13 | rlwrap sbcl --non-interactive --load mysystem.asd --eval | '(ql:quickload :mysystem)' --load run-tests.lisp ;; Chapter: Running tests on the terminal