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 | 7c612f283d4c36dc49b90a7675f76512e3488719 (patch) | |
tree | 07b53e171e1daa5f1d23eac3cefcef87abdcfea7 | |
parent | 98795afd3ef15173c08ce6d057ca304ad8d3429f (diff) | |
download | txr-7c612f283d4c36dc49b90a7675f76512e3488719.tar.gz txr-7c612f283d4c36dc49b90a7675f76512e3488719.tar.bz2 txr-7c612f283d4c36dc49b90a7675f76512e3488719.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 |