Programming Computable Functions

This is an old revision of this page, as edited by Wipe (talk | contribs) at 14:59, 31 July 2006 ((oops)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Programming language for Computable Functions, or PCF, is a typed functional language introduced by Gordon Plotkin in 1977. It is based on the Logic of Computable Function (LCF) by Dana Scott. It can be considered as a simplified version of modern typed functional languages such as ML.

A fully abstract model for PCF was first given by Milner (1977). However, since Milner's model was essentially based on the syntax of PCF it was considered less than satisfactory (Ong, 1995). The first two fully abstract models not employing syntax were formulated during the 1990s. These models are based on game semantics (Hyland and Ong, 2000; Abramsky, Jagadeesan, and Malacaria, 2000) and Kripke logical relations (O'Hearn and Riecke, 1995).

Sources

  • Abramsky, S., Jagadeesan, R., and Malacaria, P. (2000). "Full Abstraction for PCF". Information and Computation. 163 (2): 409–470. doi:10.1006/inco.2000.2930.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  • Hyland, J. M. E. and Ong, C.-H. L. (2000). "On Full Abstraction for PCF". Information and Computation. 163 (2): 285–408. doi:10.1006/inco.2000.2917.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  • O'Hearn, P. W. and Riecke, J. G (1995). "Kripke Logical Relations and PCF". Information and Computation. 120 (1): 107–116. doi:10.1006/inco.1995.1103.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  • Ong, C.-H. L. (1995). "Correspondence between Operational and Denotational Semantics: The Full Abstraction Problem for PCF". In Abramsky, S., Gabbay, D., and Maibau, T. S. E. (ed.). Handbook of Logic in Computer Science. Oxford University Press. pp. 269–356.{{cite book}}: CS1 maint: multiple names: editors list (link)
  • Plotkin, G. D. (1977). "LCF considered as a programming language". Theoretical Computer Science. 5: 223–255. doi:10.1016/0304-3975(77)90044-5.