TECO /tee'koh/ n.,v. obs.
1. [originally an acronym for
`[paper] Tape Editor and COrrector'; later, `Text Editor and
COrrector'] n. A text editor developed at MIT and modified by just
about everybody. With all the dialects included, TECO may have
been the most prolific editor in use before EMACS, to which it
was directly ancestral. Noted for its powerful
programming-language-like features and its unspeakably hairy
syntax. It is literally the case that every string of characters
is a valid TECO program (though probably not a useful one); one
common game used to be mentally working out what the TECO commands
corresponding to human names did. 2. vt. Originally, to edit using
the TECO editor in one of its infinite variations (see below).
3. vt.,obs. To edit even when TECO is not the editor being
used! This usage is rare and now primarily historical.
As an example of TECO's obscurity, here is a TECO program that
takes a list of names such as:
Loser, J. Random
Quux, The Great
Dick, Moby
sorts them alphabetically according to surname, and then puts the
surname last, removing the comma, to produce the following:
Moby Dick
J. Random Loser
The Great Quux
The program is
[1 J^P$L$$
J <.-Z; .,(S,$ -D .)FX1 @F^B $K :L I $ G1 L>$$
(where ^B means `Control-B' (ASCII 0000010) and $ is actually
an alt or escape (ASCII 0011011) character).
In fact, this very program was used to produce the second, sorted
list from the first list. The first hack at it had a bug: GLS
(the author) had accidentally omitted the @ in front
of F^B, which as anyone can see is clearly the Wrong Thing. It
worked fine the second time. There is no space to describe all the
features of TECO, but it may be of interest that ^P means
`sort' and J<.-Z; ... L> is an idiomatic series of commands
for `do once for every line'.
In mid-1991, TECO is pretty much one with the dust of history,
having been replaced in the affections of hackerdom by EMACS.
Descendants of an early (and somewhat lobotomized) version adopted
by DEC can still be found lurking on VMS and a couple of crufty
PDP-11 operating systems, however, and ports of the more advanced
MIT versions remain the focus of some antiquarian interest. See
also retrocomputing, write-only language.
1. [originally an acronym for
`[paper] Tape Editor and COrrector'; later, `Text Editor and
COrrector'] n. A text editor developed at MIT and modified by just
about everybody. With all the dialects included, TECO may have
been the most prolific editor in use before EMACS, to which it
was directly ancestral. Noted for its powerful
programming-language-like features and its unspeakably hairy
syntax. It is literally the case that every string of characters
is a valid TECO program (though probably not a useful one); one
common game used to be mentally working out what the TECO commands
corresponding to human names did. 2. vt. Originally, to edit using
the TECO editor in one of its infinite variations (see below).
3. vt.,obs. To edit even when TECO is not the editor being
used! This usage is rare and now primarily historical.
As an example of TECO's obscurity, here is a TECO program that
takes a list of names such as:
Loser, J. Random
Quux, The Great
Dick, Moby
sorts them alphabetically according to surname, and then puts the
surname last, removing the comma, to produce the following:
Moby Dick
J. Random Loser
The Great Quux
The program is
[1 J^P$L$$
J <.-Z; .,(S,$ -D .)FX1 @F^B $K :L I $ G1 L>$$
(where ^B means `Control-B' (ASCII 0000010) and $ is actually
an alt or escape (ASCII 0011011) character).
In fact, this very program was used to produce the second, sorted
list from the first list. The first hack at it had a bug: GLS
(the author) had accidentally omitted the @ in front
of F^B, which as anyone can see is clearly the Wrong Thing. It
worked fine the second time. There is no space to describe all the
features of TECO, but it may be of interest that ^P means
`sort' and J<.-Z; ... L> is an idiomatic series of commands
for `do once for every line'.
In mid-1991, TECO is pretty much one with the dust of history,
having been replaced in the affections of hackerdom by EMACS.
Descendants of an early (and somewhat lobotomized) version adopted
by DEC can still be found lurking on VMS and a couple of crufty
PDP-11 operating systems, however, and ports of the more advanced
MIT versions remain the focus of some antiquarian interest. See
also retrocomputing, write-only language.
Related:
- EMACS /ee'maks/ n.
[from Editing MACroS] The ne plus
ultra of hacker editors,
a programmable text editor with an entire LISP system... - bug n.
An unwanted and unintended property of a program or
piece of hardware,
esp. one that causes it to malfunction. Antonym... - ASCII /as'kee/ n.
[originally an acronym (American
Standard Code for Information Interchange) but now merely
conventional] The predominant character set encoding of present-day
computers.
The standard version uses 7 bits for each character... - SOS: n.,obs. /S-O-S/ 1. An infamously {losing} text editor.
Once, back in the 1960s, when a text editor was needed... - one-liner wars n.
A game popular among hackers who code in
the language APL (see write-only language and line noi
and/or useful routine in one line of operators chosen from APL's
exceedingly hairy primitive set.
A similar amusement was practiced among TECO hackers... - HAKMEM /hak'mem/ n.
MIT AI Memo 239 (February 1972).
A legendary collection of neat mathematical and... - moby /moh'bee/
[MIT: seems to have been in use among
model railroad fans years ago.
Derived from Melville's "Moby Dick" (some say from... - foo /foo/
1. interj. Term of disgust. 2. [very
common] Used very generally as a sample name for absolutely
anything,
esp. programs and files (esp. scratch files). 3. First... - ASCII art n.
The fine art of drawing diagrams using the
ASCII character set (mainly |,
/, \, and +). Also known as `character graphics'...
