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 | 6afada2bbf58ed9ba6a8701bb7ec56633cb2633e (patch) | |
tree | 9fc425a4b434ae1d6ef942d6b6b6b5d8bdf930bf /stdlib | |
parent | 8e371ae722600e4e39b2bb9129e36f894810ddf7 (diff) | |
download | txr-6afada2bbf58ed9ba6a8701bb7ec56633cb2633e.tar.gz txr-6afada2bbf58ed9ba6a8701bb7ec56633cb2633e.tar.bz2 txr-6afada2bbf58ed9ba6a8701bb7ec56633cb2633e.zip |
quips: new ones about syntactic sugar.
* stdlib/quips.tl (sys:%quips%): New entries.
Diffstat (limited to 'stdlib')
-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)) |