diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-05-08 21:14:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-05-08 21:14:58 -0700 |
commit | a001a2fef42ccf5db1f17ac73f8a9410c69ca204 (patch) | |
tree | 506d7e1f5e3a7ccf194844d0064ac16a6aef793b | |
parent | 804f72434d3df6af8ba3cfbfac1179038d1ea4b6 (diff) | |
download | txr-a001a2fef42ccf5db1f17ac73f8a9410c69ca204.tar.gz txr-a001a2fef42ccf5db1f17ac73f8a9410c69ca204.tar.bz2 txr-a001a2fef42ccf5db1f17ac73f8a9410c69ca204.zip |
quips; Unicode quip.
* stdlib/quips.tl (%quips%): New one about grapheme clusters.
-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 15266ad5..d83ec00d 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -117,6 +117,7 @@ "Remember, the car function does not make a copy. Thus, caring is sharing." "This function call may be monitored for debugging and profiling purposes." "I hope this message finds you Weller-free, using better soldering irons." + "Coding around Unicode grapheme clusters is a character-building exercise." )) (defparml sys:%quip-rand-state% (make-random-state)) |