Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
FLOW-MATIC
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Innovations and influence == The [[Laning and Zierler system]] was the first programming language to parse algebraic formulae. When Hopper became aware of that language in 1954, it altered the trajectory of her work.<ref name="Beyer_ch10">{{cite book|last=Beyer|first=Kurt|title=Grace Hopper and the Invention of the Information Age|publisher=MIT Press|date=February 10, 2012|isbn=9780262517263|chapter=10}}</ref> FLOW-MATIC was the first programming language to [[English-like programming language|express operations using English-like statements instead of symbols that have no meaning.]]<ref name="sammet316" /> It was also the first system to distinctly separate the description of data from the operations on it. Its [[data definition language]], unlike its executable statements, was not English-like; rather, data structures were defined by filling in pre-printed forms.<ref name="sammet316" /> FLOW-MATIC and its direct descendant [[AIMACO]] shaped [[COBOL]],<ref>Sammet (1978) p. 204.</ref> which incorporated several of its elements: * Defining Input & Output Files and printed output in advance, separated into INPUT files, OUTPUT files and (HSP) High Speed Printer outputs. {{code|INPUT <FILE-NAME> <FILE-LETTER>}}; {{code|OUTPUT <FILE-NAME> <FILE-LETTER>}}; {{code|HSP <FILE-LETTER>}} .<ref>Remington Rand Univac a Division of Sperry Rand Corporation (1957). FLOW-MATIC PROGRAMMING SYSTEM p. 30.</ref> * Qualification of data-names ({{code|IN}} or {{code|OF}} clause). * {{code|IF END OF DATA (AT END)}} clause on file {{code|READ}} operations. * Figurative constant {{code|ZERO}} (originally {{code|ZZZ...ZZZ}}, where number of {{code|Z}}s indicated precision). * Dividing the program into sections, separating different parts of the program. Flow-Matic sections included '''{{code|Computer}}''' (Environment Division), '''{{code|Directory}}''' (Data Division), and '''{{code|Compiler}}''' (Procedure Division).
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
FLOW-MATIC
(section)
Add topic