Maker Pro
Maker Pro

bit-slice textbook

J

josephkk

Jan 1, 1970
0
_ _
0 0
--U--

Somebody should develop a data extraction and reporting tool that uses a
data-driven scripting language consisting of a set of actions to be
taken against textual data (either in files or data streams) for the
purpose of producing formatted reports. The language should use the
string datatype, associative arrays (that is, arrays indexed by key
strings), and regular expressions.

I did most of that (no indexed arrays) in a macro in MultiEdit for Dos 20
years ago. Programmers editors are usually really powerful, see emacs.

?-)
 
Top