diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-09-14 19:43:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-09-14 19:43:01 -0700 |
commit | 4980e37bc8f0f9dec2378310a0562b8fa45edcf1 (patch) | |
tree | a532583d94f19b53a990057ccd1aee94ac8018ef | |
parent | a180116bed729a397c9acc710df8d732ecbe0eec (diff) | |
download | txr-4980e37bc8f0f9dec2378310a0562b8fa45edcf1.tar.gz txr-4980e37bc8f0f9dec2378310a0562b8fa45edcf1.tar.bz2 txr-4980e37bc8f0f9dec2378310a0562b8fa45edcf1.zip |
doc: mention FFI early.
* txr.1: Introductory paragraphs mention FFI.
-rw-r--r-- | txr.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -389,6 +389,9 @@ 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). +\*(TL features an expressive foreign function interface (FFI) for calling into +libraries and other software components that support C-language-style calls. + .SH* ARGUMENTS AND OPTIONS If \*(TX is given no arguments, it will enter into an interactive |