diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-04-04 07:07:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-04-04 07:07:03 -0700 |
commit | 6d1435e494342a99aef04661de7d13f32f02a932 (patch) | |
tree | 8a4c424fd6956318a273b3836dd55b1680fb94b3 | |
parent | 1752233803c403461177e70e8333040ec3ef5317 (diff) | |
download | txr-6d1435e494342a99aef04661de7d13f32f02a932.tar.gz txr-6d1435e494342a99aef04661de7d13f32f02a932.tar.bz2 txr-6d1435e494342a99aef04661de7d13f32f02a932.zip |
quips: new car/cdr humor.
* stdlib/quips.tl (%quips%): Two new entries punning
on carcdr.
-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 ee34815c..ff56b593 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -105,6 +105,8 @@ "Lack of personality is not an effective defense against impersonation." "TXR kind of supports IEEE 754.00000000000003 floating-point." "TXR's sound system features 120 dB separation between quarreling audiophiles." + "Using TXR is a way of being carcdrate to the future code maintainer." + "TXR was there through my incarcdration; wanna show the nation my appreciation." )) (defparml sys:%quip-rand-state% (make-random-state)) |