History of Programming Languages: From Wikipedia, The Free Encyclopedia
History of Programming Languages: From Wikipedia, The Free Encyclopedia
History of Programming Languages: From Wikipedia, The Free Encyclopedia
This article discusses the major developments in the history of programming languages. For a
detailed timeline of events, see the timeline of programming languages.
Contents
• 1 Before 1940
• 2 The 1940s
• 3 The 1950s and 1960s
• 4 1967-1978: establishing fundamental paradigms
• 5 The 1980s: consolidation, modules, performance
• 6 The 1990s: the Internet age
• 7 Current trends
• 8 Prominent people in the history of program languages
• 9 See also
• 10 References
• 11 Further reading
• 12 External links
Before 1940
The first programming languages predate the modern computer. At first, the languages were codes.
During a nine-month period in 1842-1843, Ada Lovelace translated Italian mathematician Luigi
Menabrea's memoir on Charles Babbage's newest proposed machine, the Analytical Engine. With
the article, she appended a set of notes which specified in complete detail a method for calculating
Bernoulli numbers with the Engine, recognized by some historians as the world's first computer
program. But some biographers debate the extent of her original contributions versus those of her
husband.[citation needed]
The Jacquard loom, invented in 1801, used holes in punched cards to represent sewing loom arm
movements in order to generate decorative patterns automatically.
Herman Hollerith realized that he could encode information on punch cards when he observed that
train conductors would encode the appearance of the ticket holders on the train tickets using the
position of punched holes on the tickets. Hollerith then proceeded to encode the 1890 census data
on punch cards.
The first computer codes were specialized for the applications. In the first decades of the twentieth
century, numerical calculations were based on decimal numbers. Eventually it was realized that
logic could be represented with numbers, as well as with words. For example, Alonzo Church was
able to express the lambda calculus in a formulaic way. The Turing machine was an abstraction of
the operation of a tape-marking machine, for example, in use at the telephone companies.
However, unlike the lambda calculus, Turing's code does not serve well as a basis for higher-level
languages — its principal use is in rigorous analyses of algorithmic complexity.
Like many "firsts" in history, the first modern programming language is hard to identify. From the
start, the restrictions of the hardware defined the language. Punch cards allowed 80 columns, but
some of the columns had to be used for a sorting number on each card. Fortran included some
keywords which were the same as English words, such as "IF", "GOTO" (go to) and
"CONTINUE". The use of a magnetic drum for memory meant that computer programs also had to
be interleaved with the rotations of the drum. Thus the programs were more hardware dependent
than today.
To some people the answer depends on how much power and human-readability is required before
the status of "programming language" is granted. Jacquard looms and Charles Babbage's
Difference Engine both had simple, extremely limited languages for describing the actions that
these machines should perform. One can even regard the punch holes on a player piano scroll as a
limited domain-specific language, albeit not designed for human consumption.
The 1940s
In the 1940s the first recognizably modern, electrically powered computers were created. The
limited speed and memory capacity forced programmers to write hand tuned assembly language
programs. It was soon discovered that programming in assembly language required a great deal of
intellectual effort and was error-prone.
In 1948, Konrad Zuse [1] published a paper about his programming language Plankalkül.
However, it was not implemented in his time and his original contributions were isolated from
other developments.
Some important languages that were developed in this period include:
• 1943 - Plankalkül (Konrad Zuse)
• 1943 - ENIAC coding system
• 1949 - C-10
Current trends
Programming language evolution continues, in both industry and research. Some of the current
trends include:
• Mechanisms for adding security and reliability verification to the language: extended static
checking, information flow control, static thread safety.
• Alternative mechanisms for modularity: mixins, delegates, aspects.
• Component-oriented software development.
• Metaprogramming, reflection or access to the abstract syntax tree
• Increased emphasis on distribution and mobility.
• Integration with databases, including XML and relational databases.
• Support for Unicode so that source code (program text) is not restricted to those characters
contained in the ASCII character set; allowing, for example, use of non-Latin-based scripts
or extended punctuation.
• XML for graphical interface (XUL, XAML).
See also
• ACM History of Programming Languages Conference
• History of computing hardware
• Programming language
• Timeline of computing
• Timeline of programming languages
• List of programming languages
References
McCullough, Jacob A. - Wrote this article.
Further reading
• Sammet, Jean E., "Programming Languages: History and Fundamentals" Prentice-Hall,
1969
External links
• The History of Programming Languages by Diarmuid Pigott
• History and evolution of programming languages.
• The Evolution of Programming Languages by Peter Grogono. PDF.
• Graph of programming language history