翻訳と辞書
Words near each other
・ Telchin licus
・ Telchin syphax
・ Telchines
・ Telchis
・ Telchur
・ Telcine Turner-Rolle
・ Telciu
・ Telciu River
・ Telcișor River
・ Telco
・ Telco cable
・ Telco Systems
・ Telco-OTT
・ Telcobuy
・ Telcom
TELCOMP
・ Telcon
・ Telcon (disambiguation)
・ Telconia
・ Telcordia LERG Routing Guide
・ Telcordia Technologies
・ Telcove
・ Teldau
・ Telde
・ Teldec
・ Teldenia
・ Teldenia alba
・ Teldenia apata
・ Teldenia argeta
・ Teldenia aurilinea


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

TELCOMP : ウィキペディア英語版
TELCOMP

TELCOMP was a programming language developed at Bolt, Beranek and Newman (BBN) in about 1964 and in use until at least 1974. BBN offered TELCOMP as a paid service, with first revenue in October 1965.〔http://walden-family.com/bbn/bbn-print2.pdf〕 The service was sold to a company called On-Line Systems in 1972. In the United Kingdom, TELCOMP was offered by Time Sharing, Ltd, a partnership between BBN and an entrepreneur named Richard Evans.
It was an interactive, conversational language based on JOSS, developed by BBN after Cliff Shaw from RAND visited the labs in 1964 as part of the NIH survey. It was first implemented on the PDP-1 and was used to provide a commercial time sharing service by BBN in the Boston area and later by Time Sharing Ltd. in the United Kingdom.
In 1996, Leo Beranek said "We even developed a programming language called TELCOMP that to this day, some say was better than the programming language that the industry adopted, namely BASIC."〔http://www.ieee.org/organizations/history_center/oral_histories/transcripts/beranek.html〕
There were at least three versions: TELCOMP I, TELCOMP II, and TELCOMP III.
TELCOMP I was implemented on the PDP-1, TELCOMP II on the PDP-7 and TELCOMP III on the PDP-10, running on DEC
's TOPS-10 operating system or on BBN's own TENEX operating system.
TELCOMP programs were normally input via a paper tape reader on a Teletype Model 33, which would be connected to a PDP via a modem and acoustic telephone line. Data could be read from the paper tape reader or from the Teletype keyboard. Output was either printed to the Teletype or sent to the paper tape punch. Early versions had no facility for on-line storage of programs or data.
During data input using a Teletype, the user would type a response to a printed prompt. If, instead of hitting Return, the user hit Tab, another, possibly computed, prompt would be printed on the same line. This process could be repeated for the full width of the line. This unusual feature allowed very compact data entry, comparable to full-screen CRT data entry. It saved paper, and the input section of the form became part of the program's printed output.
A later derivative of TELCOMP called STRINGCOMP was oriented towards string handling. Another BBN JOSS-derivative called FILECOMP was developed for the GE MEDINET system, which was cancelled. The implicit file handling system it contained was influential on the MUMPS global database system.
The initial research for LOGO was carried out in TELCOMP, but only the JOSS-style errors and interaction made it through to the actual language.
==Commands==
A TELCOMP program was made up of numbered lines, each line referred to as a Step. Steps were grouped into Parts. Each line contained one instruction.
DEMAND Read input from the teletype
DO PART Execute all of the steps in a numbered part
DO STEP Execute a single line
DONE Stop execution of current part and return to caller
IF Condition, suffixed to any instruction
FOR Loop, suffixed to any instruction
PLOT Type output to the teletype in the form of a graph
PRINT Print output to the teletype
READ Read input from the paper tape reader
SEND Send output to the paper tape punch
SET Assign a variable to the value of an expression
STOP Stop execution completely
TO PART Go to a specified part
TO STEP Go to a specified line
TYPE Emulate teletype input while in stored operation mode (like the TCL/TK Expect functionality)
; Comment, suffixed to any line
FORM A specification for formatted output (not really a command)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「TELCOMP」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.