diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-18 21:18:18 -0600 |
| commit | 08e435104c42751689553537b1f20ffb14b8dfcc (patch) | |
| tree | f83d8db1a02d4be448ab044d28fda7411470bd7c /lisp/core | |
initial commit
Diffstat (limited to 'lisp/core')
| -rw-r--r-- | lisp/core/core.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/core/core.lisp b/lisp/core/core.lisp new file mode 100644 index 0000000..873b371 --- /dev/null +++ b/lisp/core/core.lisp @@ -0,0 +1,7 @@ +;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +(declaim (optimize (speed 0) (safety 3) (debug 3))) + +(defpackage :resume + (:use :cl :cl-log :hunchentoot :org-ckons-sql)) + +(in-package :resume) |
