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 | 2f56813d42d8ef81d77be76cceb22189319826f0 (patch) | |
tree | f4208425d096a5a32ccd05773a42ad92da0aefad | |
parent | 0bbcfdeac48bd39192c8fe3f54ed77c07782e493 (diff) | |
download | txr-2f56813d42d8ef81d77be76cceb22189319826f0.tar.gz txr-2f56813d42d8ef81d77be76cceb22189319826f0.tar.bz2 txr-2f56813d42d8ef81d77be76cceb22189319826f0.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)) |