Category:Clean: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Forgot GC)
m (Moved official site into infobox)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{language|Clean
{{language|Clean
|site=http://clean.cs.ru.nl
|strength=strong
|strength=strong
|express=implicit
|express=implicit
|checking=static
|checking=static
|gc=yes}}
|gc=yes
|LCT=yes}}
{{language programming paradigm|Declarative}}
'''Clean''' is a pure and lazy functional [[programming language]].
'''Clean''' is a pure and lazy functional [[programming language]].


==Citations==
==Citations==
* [http://clean.cs.ru.nl/ The Clean web site]
* [[wp:Clean_%28programming_language%29|Wikipedia:Clean (programming language)]]
* [[wp:Clean_%28programming_language%29|Wikipedia:Clean (programming language)]]

Latest revision as of 18:21, 15 March 2014

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

Clean is a pure and lazy functional programming language.

Citations