diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-11-26 07:50:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-11-26 07:50:33 -0800 |
commit | 8fb09a6382d9eef1f5baa0d24739f0b9ed7377aa (patch) | |
tree | 9fc425a4b434ae1d6ef942d6b6b6b5d8bdf930bf | |
parent | 2857e834177e11f392b5236918378a8f2090e8b0 (diff) | |
download | txr-8fb09a6382d9eef1f5baa0d24739f0b9ed7377aa.tar.gz txr-8fb09a6382d9eef1f5baa0d24739f0b9ed7377aa.tar.bz2 txr-8fb09a6382d9eef1f5baa0d24739f0b9ed7377aa.zip |
quips: new ones about syntactic sugar.
* stdlib/quips.tl (sys:%quips%): New entries.
-rw-r--r-- | stdlib/quips.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/quips.tl b/stdlib/quips.tl index 1108679a..9ff95cbe 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -92,6 +92,8 @@ "Allow me to expand a bit more on why there is no substitute for macros." "defmicro: error: expansion is larger than original form: switch to defmacro." "Read-eval-disagree-downvote-insult treadmill initialized! Enter an expression:" + "If you get your macros hot enough, you get syntactic caramel!" + "Syntactic toffee recipe: melt butter over low heat, stir in Lisp macros." )) (defparml sys:%quip-rand-state% (make-random-state)) |