diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-12-08 00:11:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-12-08 00:11:38 -0800 |
commit | 0c9012630b043c8a7f6c7c344c9d1b26ce8719a0 (patch) | |
tree | f4208425d096a5a32ccd05773a42ad92da0aefad | |
parent | 1c9814cd11c9c8f990b56368eeb8891f4dbbd8a2 (diff) | |
download | txr-0c9012630b043c8a7f6c7c344c9d1b26ce8719a0.tar.gz txr-0c9012630b043c8a7f6c7c344c9d1b26ce8719a0.tar.bz2 txr-0c9012630b043c8a7f6c7c344c9d1b26ce8719a0.zip |
quips: jab at Weller.
* stdlib/quips.tl (%quips%): New one.
-rw-r--r-- | stdlib/quips.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/quips.tl b/stdlib/quips.tl index 544d01a9..cfae2baa 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -116,6 +116,7 @@ "Evidence of amphoric Lisp macros was recently found in ancient clay jars." "Remember, the car function does not make a copy. Thus, caring is sharing." "This function call may be monitored for debugging and profiling purposes." + "I hope this message finds you Weller-free, using better soldering irons." )) (defparml sys:%quip-rand-state% (make-random-state)) |