From 590cd18df6a250077a253dbf91b861469e5ebf1b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 14 Sep 2017 19:43:01 -0700 Subject: doc: mention FFI early. * txr.1: Introductory paragraphs mention FFI. --- txr.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/txr.1 b/txr.1 index c2955ea7..88264d25 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3