diff options
author | Colin Okay <okay@toyful.space> | 2022-03-20 07:47:17 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-20 07:47:17 -0500 |
commit | 4456c2f10407e3f2290c4a8027fb9c9980820b68 (patch) | |
tree | 41cf0d1bfacce922621366525537ebcca5ddfe22 /clpmfile | |
parent | b19b9f2ba733790b1d8194aa9f3bba04a8e1df3f (diff) |
refactor defun/t to use symbol-function values, and restart-case
Diffstat (limited to 'clpmfile')
-rw-r--r-- | clpmfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clpmfile b/clpmfile new file mode 100644 index 0000000..3e087ff --- /dev/null +++ b/clpmfile @@ -0,0 +1,6 @@ +;;; -*- Mode: common-lisp; -*- +(:api-version "0.4") + +(:source "quicklisp" :url "https://beta.quicklisp.org/dist/quicklisp.txt" :type :quicklisp) + +(:asd "testiere.asd") |