diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-01-25 18:19:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-01-25 18:19:35 -0800 |
commit | b67e288a9bd75fa8275e20827c689aa1444f2226 (patch) | |
tree | f57c59923d7fa910bc174a6568c0eefda8947242 /stdlib | |
parent | 9daf2efed7345dde3b007699156ee79bca5f8c97 (diff) | |
download | txr-b67e288a9bd75fa8275e20827c689aa1444f2226.tar.gz txr-b67e288a9bd75fa8275e20827c689aa1444f2226.tar.bz2 txr-b67e288a9bd75fa8275e20827c689aa1444f2226.zip |
quips: new entry.
% stdlib/quips.tl (%quips%): New one.
Diffstat (limited to 'stdlib')
-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 fe899ba4..dcaf4b16 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -97,6 +97,7 @@ "TXR needs money, so even abnormal exits now go through the gift shop." "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." )) (defparml sys:%quip-rand-state% (make-random-state)) |