Content deleted Content added
Following the the WP:SEAOFBLUE guideline: merging two adjacent links. |
|||
Line 1:
{{Proposed deletion/dated
|concern = Unnotable programming language. Fails [[WP:GNG]], [[WP:NSOFT]].
|timestamp = 20150331152355
}}
'''Hope''' is a small [[functional programming language]] developed in the 1970s at [[University of Edinburgh|Edinburgh University]].<ref name="BMS">Burstall R.M, MacQueen D.B, Sannella D.T. (1980) ''Hope: An Experimental Applicative Language''. Conference Record of the 1980 LISP Conference, Stanford University, pp. 136-143.</ref> <ref name="design"> R.M. Burstall. Design considerations for a functional programming language. Invited paper, Proc. Infotech State of the Art Conf. “The Software Revolution”, Copenhagen, 45–57 (1977)</ref> It predates [[Miranda programming language|Miranda]] and [[Haskell (programming language)|Haskell]] and is contemporaneous with [[ML (programming language)|ML]] (also developed at Edinburgh). Hope was derived from NPL, <ref name="design"/> a simple functional language developed by Burstall and Darlington in their work on program transformation.<ref> R.M. Burstall and J. Darlington. A transformation system for developing recursive programs. Journal of the Association for Computing Machinery, 24(1):44–67 (1977)</ref> NPL was, in turn, derived from Kleene Recursion Equations. NPL and Hope are notable for being the first languages with call-by-pattern evaluation and algebraic data types.{{Citation needed|date=February 2014}} SNOBOL is even older, and its 'patterns' may qualify as a hybrid between call-by-pattern and regular expression matching.{{Citation needed|date=April 2013}} Hope is an important language in the development of functional programming.
|