diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-08-16 06:20:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-08-16 06:20:45 -0700 |
commit | 9d13a0cec435de1b689b2be979df1cfb53f5404d (patch) | |
tree | 398508636748b4d0648ee1c3355cf6893d5911dc | |
parent | 91904933da01333fe6df0c11118097a94f94769a (diff) | |
download | txr-9d13a0cec435de1b689b2be979df1cfb53f5404d.tar.gz txr-9d13a0cec435de1b689b2be979df1cfb53f5404d.tar.bz2 txr-9d13a0cec435de1b689b2be979df1cfb53f5404d.zip |
quips: new system-programming-related quips.
-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 630d9e0c..02d90c38 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -84,6 +84,8 @@ "Imitation is the benignest form of forgery." "This could be the year of the TXR desktop; I can feel it!" "TXR's suggested retail price is $0. (More in Canada.)" + "All of our cores are currently busy servicing other applications." + "For faster service, do not time out & retry. Syscalls are answered in sequence." )) (defparml sys:%quip-rand-state% (make-random-state)) |