diff options
-rw-r--r-- | txr.1 | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -340,9 +340,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2017-08-30 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" +.TH TXR 1 2017-08-30 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- text processing language (version 185) +\*(TX \- Programming Language (Version 185) .SH* SYNOPSIS .cblk @@ -350,11 +350,10 @@ .cble .SH* DESCRIPTION -\*(TX is a language oriented toward processing text from files or streams, -supporting multiple programming paradigms. -It is a combination of two programming languages: an text scanning -and extraction language referred to as the \*(TX pattern language, or -sometimes just \*(TX when it is clear, and a general-purpose dialect of Lisp +\*(TX is a programming language supporting multiple paradigms. +It in fact comprises two languages integrated into a single tool: a text +scanning and extraction language referred to as the \*(TX pattern language, or +sometimes just \*(TX when it is clear; and a general-purpose dialect of Lisp called \*(TL. A script written in the \*(TX pattern language is referred to in this |