John Backus
John Backus | |
---|---|
Backus in December 1989 | |
Born |
John Warner Backus December 3, 1924 Philadelphia, Pennsylvania |
Died |
March 17, 2007 82) Ashland, Oregon | (aged
Fields | Computer science |
Institutions | IBM[1] |
Alma mater |
University of Virginia Columbia University (B.S. 1949, M.S. 1950) |
Known for |
Speedcoding FORTRAN ALGOL Backus–Naur form Function-level programming |
Notable awards |
National Medal of Science (1975) ACM Turing Award (1977) Charles Stark Draper Prize (1993) |
John Warner Backus (December 3, 1924 – March 17, 2007) was an American computer scientist. He directed the team that invented and implemented FORTRAN, the first widely used high-level programming language, and was the inventor of the Backus–Naur form (BNF), a widely used notation to define formal language syntax. He later did research into the function-level programming paradigm, presenting his findings in his influential 1977 Turing Award lecture "Can Programming Be Liberated from the von Neumann Style?"
The IEEE awarded Backus the W. W. McDowell Award in 1967 for the development of FORTRAN.[2] He received the National Medal of Science in 1975[3] and the 1977 ACM Turing Award “for profound, influential, and lasting contributions to the design of practical high-level programming systems, notably through his work on FORTRAN, and for publication of formal procedures for the specification of programming languages”.[4]
He retired in 1991 and died at his home in Ashland, Oregon on March 17, 2007.[5]
Early life
Backus was born in Philadelphia and grew up in nearby Wilmington, Delaware.[6] He studied at The Hill School in Pottstown, Pennsylvania, and was apparently not a diligent student.[5] After entering the University of Virginia to study chemistry, he quit and was conscripted into the U.S. Army.[5] He began medical training at Haverford College[7] and, during an internship at a hospital, he was diagnosed with a cranial bone tumor, which was successfully removed; a plate was installed in his head, and he ended medical training after nine months and a subsequent operation to replace the plate with one of his own design.[8]
Fortran
After moving to New York City he trained initially as a radio technician and became interested in mathematics. He graduated from Columbia University with a bachelor's degree in 1949 and a master's degree in 1950, both in mathematics,[9] and joined IBM in 1950. During his first three years, he worked on the Selective Sequence Electronic Calculator (SSEC); his first major project was to write a program to calculate positions of the Moon. In 1953 Backus developed the language Speedcoding, the first high-level language created for an IBM computer, to aid in software development for the IBM 701 computer.[10]
Programming was very difficult at this time, and in 1954 Backus assembled a team to define and develop Fortran for the IBM 704 computer. Fortran was the first high-level programming language to be put to broad use.
Backus–Naur form
Backus served on the international committees that developed ALGOL 58 and the very influential ALGOL 60, which quickly became the de facto worldwide standard for publishing algorithms. Backus developed the Backus–Naur form (BNF), in the UNESCO report on ALGOL 58. It was a formal notation able to describe any context-free programming language, and was important in the development of compilers. This contribution helped Backus win the Turing Award.
Function-level programming
Backus later worked on a function-level programming language known as FP, which was described in his Turing Award lecture "Can Programming be Liberated from the von Neumann Style?". Sometimes viewed as Backus's apology for creating Fortran, this paper did less to garner interest in the FP language than to spark research into functional programming in general. When Backus publicized the function-level style of programming, his message was mostly misunderstood[11] as being the same as traditional functional programming style languages.
FP was strongly inspired by Kenneth E. Iverson’s APL, even using a non-standard character set. An FP interpreter was distributed with the 4.2BSD Unix operating system, but there were relatively few implementations of the language, most of which were used for educational purposes.
Backus spent the latter part of his career developing FL (from "Function Level"), a successor to FP. FL was an internal IBM research project, and development of the language stopped when the project was finished. Only a few papers documenting it remain, and the source code of the compiler described in them was not made public. FL was at odds with functional programming languages being developed in the 1980s, most of which were based on the lambda calculus and static typing systems instead of, as in APL, the concatenation of primitive operations. Many of the language's ideas have now been implemented in versions of the J programming language, Iverson's successor to APL.
Awards and honors
- Named an IBM Fellow (1963)[12]
- Awarded W.W. McDowell Award (1967)[2]
- Received National Medal of Science (1975)[3]
- Awarded ACM Turing Award (1977)[4]
- Fellow of the American Academy of Arts and Sciences (1985)[13]
- Awarded degree honoris causa from the Université Henri Poincaré (1989)[14]
- Awarded Draper Prize (1993)[15]
- Awarded Computer History Museum Fellow Award "for his development of FORTRAN, contributions to computer systems theory and software project management." (1997)[16]
- Asteroid 6830 Johnbackus named in his honor (June 1, 2007) †
See also
References
- ↑ IBM San Jose Research Laboratory
- 1 2 "W. Wallace McDowell Award". Retrieved April 15, 2008.
- 1 2 "The President's National Medal of Science: John Backus". National Science Foundation. Retrieved March 21, 2007.
- 1 2 "ACM Turing Award Citation: John Backus". Association for Computing Machinery. Archived from the original on February 4, 2007. Retrieved March 22, 2007.
- 1 2 3 Lohr, Steve (March 20, 2007). "John W. Backus, 82, Fortran Developer, Dies". New York Times. Retrieved March 21, 2007.
- ↑ "John Backus". The History of Computing Project. Retrieved 28 April 2016.
- ↑ "Inventor of the Week Archive John Backus". February 2006. Retrieved August 25, 2011.
- ↑ Grady Booch (interviewer) (September 25, 2006). "Oral History of John Backus" (pdf). Retrieved August 17, 2009.
- ↑ http://amturing.acm.org/award_winners/backus_0703524.cfm
- ↑ Allen, F.E. (September 1981). "The History of Language Processor Technology in IBM". IBM Journal of Research and Development. 25 (5): 535–548. doi:10.1147/rd.255.0535.
- ↑ Hudak, Paul (1989). "Conception, Evolution, And Application Of Functional Programming Languages". ACM Computing Surveys, Vol. 21, No. 3
- ↑ "John Backus". IBM Archives. Retrieved March 21, 2007.
- ↑ "Book of Members, 1780–2010: Chapter B" (PDF). American Academy of Arts and Sciences. Retrieved April 28, 2011.
- ↑ "John Backus". Retrieved April 15, 2008.
- ↑ "Recipients of the Charles Stark Draper Prize". Retrieved March 26, 2007.
- ↑ "Fellow Awards 1997 Recipient John Backus". Retrieved April 15, 2008.
External links
Wikiquote has quotations related to: John Backus |
- Biography at School of Mathematics and Statistics University of St Andrews, Scotland
- Biography at The History of Computing Project
- Can Programming Be Liberated From the von Neumann Style? 1977 Turing Award Lecture
- The FL project (Postscript file)
- "Obituary for John W. Backus". New York Times. 20 March 2007.
- IBM Archives
- About BNF
- Hall of Fellows Computer History Museum
- Campbell-Kelly, Martin (April 2007). "Obituary: John Backus (1924–2007):Inventor of science's most widespread programming language, Fortran". Nature. 446 (7139): 998. doi:10.1038/446998a.
- Memorial delivered at the 2007 Conference on Programming Language Design and Implementation