aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 13:09:54 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 13:09:54 -0500
commit8d1808bac43b06e1b0b23061fafcfe01a7d763ca (patch)
tree07142e5ad3081b9e19a2caccec1b27d387fc0dde
parent7c6a9b5f456235662f95b2f2d0e75058e94af1c6 (diff)
example tweak
-rw-r--r--examples.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples.lisp b/examples.lisp
index cba556a..212bb21 100644
--- a/examples.lisp
+++ b/examples.lisp
@@ -2,6 +2,8 @@
(defpackage #:lt-examples
(:use #:cl #:lambda-tools))
+(enable-partial-eval-reader-macro)
+
;; http://rosettacode.org/wiki/Luhn_test_of_credit_card_numbers
(defun luhn (n)