diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-02-18 13:36:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-02-18 13:36:07 -0800 |
commit | 767f4d591b2cbf7ed93dd1602f1e2a59bf8fc5c8 (patch) | |
tree | 79e70fc0cd664652e720377f0e17448051df456e | |
parent | 071fe6c2533b85d5d917e3e9baea654c2671eb1a (diff) | |
download | txr-767f4d591b2cbf7ed93dd1602f1e2a59bf8fc5c8.tar.gz txr-767f4d591b2cbf7ed93dd1602f1e2a59bf8fc5c8.tar.bz2 txr-767f4d591b2cbf7ed93dd1602f1e2a59bf8fc5c8.zip |
quips: new Lisp entry.
* quips.tl (%quips%): New dad humor.
-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 0585ee0a..7253fdff 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -114,6 +114,7 @@ "Kant figure out it out by Pure Reason? Check the Immanuel!" "Where were you last night? I found strings from another language on your shirt!" "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." )) (defparml sys:%quip-rand-state% (make-random-state)) |