diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-12-10 11:48:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-12-10 11:48:33 -0800 |
commit | 00aeb2256dff63efc959ab9a01841d0b1add3875 (patch) | |
tree | 38fc0eadd22f5b4a1dae09bac334e652ee1a3ed1 | |
parent | c7d5a764409c8eb77c0b3059b28e66545d5b65bd (diff) | |
download | txr-00aeb2256dff63efc959ab9a01841d0b1add3875.tar.gz txr-00aeb2256dff63efc959ab9a01841d0b1add3875.tar.bz2 txr-00aeb2256dff63efc959ab9a01841d0b1add3875.zip |
quips: new one.
* stdlib/quips.tl (%quips%): New one about personality.
-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 bc88b2d1..f835ace6 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -102,6 +102,7 @@ "TXR Lisp has dark mode now: global *dark-mode* and lexical with-dark-mode." "Merry GNUsmas, dear FSF friends! ... Crap, wait. That's 'Samsung' backwards!" "Truly future-proof systems are rare; future-resistant ones are everywhere." + "Lack of personality is not an effective defense against impersonation." )) (defparml sys:%quip-rand-state% (make-random-state)) |