Jump to content

Fundamental Concepts in Programming Languages

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ruud Koot (talk | contribs) at 13:22, 25 October 2015 (referential transparency (computer science)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Fundamental Concepts in Programming Languages were an influential set of lecture notes written by Christopher Strachey for the International Summer School in Computer Programming at Copenhagen in August, 1967. It introduced much programming language terminology still in use today, including R-values and L-values, ad hoc polymorphism, parametric polymorphism, and referential transparency. They were reprinted in 2000 in a special issue of Higher-Order and Symbolic Computation in memory of Strachey.

Bibliography

  • Mosses, Peter D. (2000). "A Foreword to 'Fundamental Concepts in Programming Languages'". Higher-Order and Symbolic Computation. 13: 7–9. doi:10.1023/A:1010048229036.
  • Strachey, Christopher (2000). "Fundamental Concepts in Programming Languages". Higher-Order and Symbolic Computation. 13: 11–49. doi:10.1023/A:1010000313106.

See also