Many modern applications revolve around scheduling. However, many times, the scheduling should be automatic.
foo
This system has two packages, a primary package, and a test
package. For this, there are two defpackage
forms.
(defpackage #:autoschedule (:use #:cl #:sxql #:cl-postgres) (:documentation "The autoscheduling system.")) (defpackage #:autoschedule.test (:use #:cl #:autoschedule) (:documentation "Autoschedule test suite"))