Category:Hope: Difference between revisions

From Rosetta Code
Content added Content deleted
m (oh yeah, no codepad for it either)
m (Added link to official site)
 
Line 1: Line 1:
{{language|Hope
{{language|Hope
|site=http://www.soi.city.ac.uk/~ross/Hope/
|strength=strong
|strength=strong
|safety=safe
|safety=safe
Line 9: Line 10:
'''Hope''' is a purely [[functional programming]] language from 1970s, which predates Miranda and [[Haskell]]. It is the first language with call-by-pattern evaluation and algebraic data types, and its most used interpreter is fully [[lazy evaluation|lazy evaluated]].
'''Hope''' is a purely [[functional programming]] language from 1970s, which predates Miranda and [[Haskell]]. It is the first language with call-by-pattern evaluation and algebraic data types, and its most used interpreter is fully [[lazy evaluation|lazy evaluated]].


==Citations==
==See also==
* [[wp:Hope_%28programming_language%29|Wikipedia:Hope (programming language)]]
* [[wp:Hope_%28programming_language%29|Wikipedia:Hope (programming language)]]

Latest revision as of 08:33, 16 March 2014

Language
Hope
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type compatibility: Structural
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Hope.

Hope is a purely functional programming language from 1970s, which predates Miranda and Haskell. It is the first language with call-by-pattern evaluation and algebraic data types, and its most used interpreter is fully lazy evaluated.

See also

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Hope"

The following 5 pages are in this category, out of 5 total.