Iverson notation: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
(Created page with "A mathematical notation for manipulating arrays was developed by Ken Iverson, starting in 1957 at Harvard University. In 1960, he began work for IBM...")
 
Miraheze>Adám Brudzewsky
No edit summary
Line 1: Line 1:
A mathematical notation for manipulating arrays was developed by [[Kenneth E. Iverson|Ken Iverson]], starting in 1957 at Harvard University. In 1960, he began work for [[IBM]] where he developed this notation with [[Adin Falkoff]] and published it in his book A Programming Language in 1962. The preface states its premise:
A mathematical notation for manipulating arrays was developed by [[Ken Iverson|Kenneth E. Iverson]], starting in 1957 at Harvard University. In 1960, he began work for [[IBM]] where he developed this notation with [[Adin Falkoff]] and published it in his book A Programming Language in 1962. The preface states its premise:


<blockquote>Applied mathematics is largely concerned with the design and analysis of explicit procedures for calculating the exact or approximate values of various functions. Such explicit procedures are called algorithms or programs. Because an effective notation for the description of programs exhibits considerable syntactic structure, it is called a programming language.
<blockquote>Applied mathematics is largely concerned with the design and analysis of explicit procedures for calculating the exact or approximate values of various functions. Such explicit procedures are called algorithms or programs. Because an effective notation for the description of programs exhibits considerable syntactic structure, it is called a programming language.

Revision as of 09:04, 19 September 2019

A mathematical notation for manipulating arrays was developed by Kenneth E. Iverson, starting in 1957 at Harvard University. In 1960, he began work for IBM where he developed this notation with Adin Falkoff and published it in his book A Programming Language in 1962. The preface states its premise:

Applied mathematics is largely concerned with the design and analysis of explicit procedures for calculating the exact or approximate values of various functions. Such explicit procedures are called algorithms or programs. Because an effective notation for the description of programs exhibits considerable syntactic structure, it is called a programming language.

This notation was used inside IBM for short research reports on computer systems, such as the Burroughs B5000 and its stack mechanism when stack machines versus register machines were being evaluated by IBM for upcoming computers.

Iverson also used his notation in a draft of the chapter A Programming Language, written for a book he was writing with Fred Brooks, Automatic Data Processing, which would be published in 1963.

In 1979, Iverson received the Turing Award for his work on APL.

Template:APL programming language