Category:Hope: Difference between revisions

From Rosetta Code
Content added Content deleted
(Need to put an entry in the LCT before you can add a link here, links)
m (Added link to official site)
 
(One intermediate revision by one other user not shown)
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 5: Line 6:
|checking=static
|checking=static
|gc=yes
|gc=yes
|bnf=http://www.soi.city.ac.uk/~ross/Hope/}}{{codepad}}
|bnf=http://www.soi.city.ac.uk/~ross/Hope/}}
{{language programming paradigm|functional}}
{{language programming paradigm|functional}}
'''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.