aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 11:11:56 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 11:11:56 -0500
commitc80b5a82030246cfe3b0305874b8a682fad4c199 (patch)
treef1a710e83767a4c223043416151b29d77ef8d6be /package.lisp
parente8c0f8e58b0039d8d3ed886654a5452168168436 (diff)
reader-macros optional. added lazyness stuff
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 3763ee0..e1c0bbc 100644
--- a/package.lisp
+++ b/package.lisp
@@ -6,4 +6,6 @@
#:>>
#:<>
#:and>
- #:or>))
+ #:or>
+ #:enable-partial-eval-reader-macro
+ #:enable-lazy-eval-reader-macros))