AWK is a language similar to PERL, only considerably more elegant. Arnold Robbins Hey! Larry Wall
This section briefly lists extensions and possible improvements
that indicate the directions we are
currently considering for gawk. The file `FUTURES' in the
gawk distributions lists these extensions as well.
This is a list of probable future changes that will be usable by the
awk language programmer.
gawk print its warnings and
error messages in languages other than English.
It may be possible for awk programs to also use the multiple
language facilities, separate from gawk itself.
awk array.
PROCINFO Array
gawk)
may be superseded by a PROCINFO array that would provide the same
information, in an easier to access fashion.
lint warnings
gawk to the array ENVIRON may be
propagated to subprocesses run by gawk.
This is a list of probable improvements that will make gawk
perform better.
dfa
dfa pattern matcher from GNU grep has some
problems. Either a new version or a fixed one will deal with some
important regexp matching issues.
malloc
malloc could potentially speed up gawk,
since it relies heavily on the use of dynamic memory allocation.
rx regexp library
rx regular expression library could potentially speed up
all regexp operations that require knowing the exact location of matches.
This includes record termination, field and array splitting,
and the sub, gsub, gensub and match functions.
Go to the first, previous, next, last section, table of contents.