diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-02-03 14:08:09 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-03 14:08:09 -0800 |
commit | 72828632c47333d190e12dd6ceba0f2f0bf69ab5 (patch) | |
tree | d8f0dccead843e6ae3b04b3afef9991b19f35ffb | |
parent | b6bb57d90eff8f426958a41cf902a02f757ca2dd (diff) | |
download | txr-72828632c47333d190e12dd6ceba0f2f0bf69ab5.tar.gz txr-72828632c47333d190e12dd6ceba0f2f0bf69ab5.tar.bz2 txr-72828632c47333d190e12dd6ceba0f2f0bf69ab5.zip |
quip: joke about dark mode.
* 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 c5d0b1e5..1d2da72f 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -99,6 +99,7 @@ "TXR Lisp has no protected class members; C++ refugees may face discrimination." "In programming, you want rigor, but also to recognize and avoid rigor mortis." "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." )) (defparml sys:%quip-rand-state% (make-random-state)) |