diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:34:25 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 22:34:25 -0800 |
commit | 7fd5230cd6e395de3be11ac72aae09967c36d5c6 (patch) | |
tree | 07b53e171e1daa5f1d23eac3cefcef87abdcfea7 | |
parent | b639319ea15e6b9284a7416e8d33e604d57575fa (diff) | |
download | txr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.tar.gz txr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.tar.bz2 txr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.zip |
doc: small revision in intro text.
* txr.1: Mention support for OOP.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -385,9 +385,9 @@ lists, and for combining sub-queries using logical conjunction, disjunction and negation, and numerous others. Furthermore, embedded within \*(TX is a powerful Lisp dialect. \*(TL supports -functional and imperative programming, and provides data types such as symbols, -strings, vectors, hash tables with weak reference support, lazy lists, and -arbitrary-precision (bignum integers). +functional, imperative and object-oriented programming, and provides data types +such as symbols, strings, vectors, hash tables with weak reference support, +lazy lists, and arbitrary-precision (bignum integers). .SH* ARGUMENTS AND OPTIONS |