diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-10 19:20:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-10 19:20:55 -0700 |
commit | 68867918f3804acb942ed81b2426e960eca80bc7 (patch) | |
tree | f6fc3b4ed50322f378341089066b86a9f7d4e365 | |
parent | a136f37015cc2513878f75afcf8ba49fa61a88e5 (diff) | |
download | txr-68867918f3804acb942ed81b2426e960eca80bc7.tar.gz txr-68867918f3804acb942ed81b2426e960eca80bc7.tar.bz2 txr-68867918f3804acb942ed81b2426e960eca80bc7.zip |
New quip: future-proof.
* stdlib/quips.tl (%quips%): New entry.
-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 9bc5508b..bc88b2d1 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -101,6 +101,7 @@ "TXR Labs engaged in gain-of-function experiments as far back as 2009." "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." )) (defparml sys:%quip-rand-state% (make-random-state)) |