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 | f90f54c07d9839ffeb823cb529d9bbc3076dda18 (patch) | |
tree | 398508636748b4d0648ee1c3355cf6893d5911dc /stdlib | |
parent | 4b2ef27e814f7ffef385837c298e869e7b0aa1c8 (diff) | |
download | txr-f90f54c07d9839ffeb823cb529d9bbc3076dda18.tar.gz txr-f90f54c07d9839ffeb823cb529d9bbc3076dda18.tar.bz2 txr-f90f54c07d9839ffeb823cb529d9bbc3076dda18.zip |
quips: new system-programming-related quips.
Diffstat (limited to 'stdlib')
-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)) |