Difference between revisions of "QED (text editor)"
(created QED (text editor) page) |
(Refactor to make it not so NORD-centric - the article title is not 'NORD QED'...) |
||
Line 1: | Line 1: | ||
− | '''QED''' is a powerful text editing program for | + | '''QED''' is a powerful line-oriented text editing program. The initial version was developed by [[Butler Lampson]] and [[L. Peter Deutsch]] (of [[Ghostscript]] fame) for the [[Berkeley Timesharing System]] running on the [[SDS 940]]. It was implemented by L. Peter Deutsch and Dana Angluin between 1965 and 1966. |
It is primarily designed for maintaining multiple language source program files, such as [[MAC]], [[NORD PL]], [[FORTRAN]] or [[BASIC]], though its convenience and ease of usage makes it suitable for all kinds of text editing. | It is primarily designed for maintaining multiple language source program files, such as [[MAC]], [[NORD PL]], [[FORTRAN]] or [[BASIC]], though its convenience and ease of usage makes it suitable for all kinds of text editing. | ||
+ | |||
+ | QED (for "quick editor") addressed teleprinter usage, but systems "for CRT displays [were] not considered, since many of their design considerations [were] quite different". | ||
+ | |||
+ | ==Capabilities== | ||
The text being edited may be read from and written to any mass storage file or I/O device and text lines may be added, modified, replaced and deleted by a few easy-to-learn commands. | The text being edited may be read from and written to any mass storage file or I/O device and text lines may be added, modified, replaced and deleted by a few easy-to-learn commands. | ||
Line 7: | Line 11: | ||
Lines of text may be addressed in several ways to make it easy for the user to position a specific line or a collection of lines where editing is to be performed. Positioning to a particular line may be specified in the commands themselves; however, just a line address itself can be a command to cause positioning to occur. | Lines of text may be addressed in several ways to make it easy for the user to position a specific line or a collection of lines where editing is to be performed. Positioning to a particular line may be specified in the commands themselves; however, just a line address itself can be a command to cause positioning to occur. | ||
− | + | ==Other versions== | |
+ | |||
+ | Versions have since been written for many other systems, including [[CTSS]], [[Multics]], [[UNIX]] and various NORD computers. It has also exerted strong influence on a number of other editors, such as UNIX's 'ed'. | ||
− | QED is a | + | ===NORD version=== |
+ | |||
+ | The NORD QED is a re-implementation originally by Bo Lewendal at [[Norsk Data]]. It was originally implemented for the [[NORD-1]] in 1971. (This according to an ND employee who watched it happen at the time.) | ||
− | |||
== References == | == References == | ||
[http://www.ndwiki.org/wiki/QED NDWiki: QED] | [http://www.ndwiki.org/wiki/QED NDWiki: QED] | ||
[https://en.wikipedia.org/wiki/QED_(text_editor) Wikipedia: QED (text editor)] | [https://en.wikipedia.org/wiki/QED_(text_editor) Wikipedia: QED (text editor)] |
Revision as of 15:18, 6 August 2017
QED is a powerful line-oriented text editing program. The initial version was developed by Butler Lampson and L. Peter Deutsch (of Ghostscript fame) for the Berkeley Timesharing System running on the SDS 940. It was implemented by L. Peter Deutsch and Dana Angluin between 1965 and 1966.
It is primarily designed for maintaining multiple language source program files, such as MAC, NORD PL, FORTRAN or BASIC, though its convenience and ease of usage makes it suitable for all kinds of text editing.
QED (for "quick editor") addressed teleprinter usage, but systems "for CRT displays [were] not considered, since many of their design considerations [were] quite different".
Capabilities
The text being edited may be read from and written to any mass storage file or I/O device and text lines may be added, modified, replaced and deleted by a few easy-to-learn commands.
Lines of text may be addressed in several ways to make it easy for the user to position a specific line or a collection of lines where editing is to be performed. Positioning to a particular line may be specified in the commands themselves; however, just a line address itself can be a command to cause positioning to occur.
Other versions
Versions have since been written for many other systems, including CTSS, Multics, UNIX and various NORD computers. It has also exerted strong influence on a number of other editors, such as UNIX's 'ed'.
NORD version
The NORD QED is a re-implementation originally by Bo Lewendal at Norsk Data. It was originally implemented for the NORD-1 in 1971. (This according to an ND employee who watched it happen at the time.)