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 | 590cd18df6a250077a253dbf91b861469e5ebf1b (patch) | |
tree | a532583d94f19b53a990057ccd1aee94ac8018ef | |
parent | fc981edf4b38538eb2875e36a63b93ede1c9ed65 (diff) | |
download | txr-590cd18df6a250077a253dbf91b861469e5ebf1b.tar.gz txr-590cd18df6a250077a253dbf91b861469e5ebf1b.tar.bz2 txr-590cd18df6a250077a253dbf91b861469e5ebf1b.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 |