Programming Computable Functions: Difference between revisions

Content deleted Content added
cleaned up
internal link + external link
Line 1:
'''PCF''' or [[Programming language for Computable Functions]] is a typed [[Functional programming|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 programming language|ML]].
 
==External link==
 
* [http://www.cs.bham.ac.uk/~mhe/papers/RNC3.pdf Introduction to RealPCF]
 
{{comp-stub}}