Category:Clean: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: Category:Solutions by Programming Language '''Clean''' is a pure and lazy functional programming language. ==Citations== * [http://en.wikipedia.org/wiki/Clean_%28programming_langu...)
 
m (Moved official site into infobox)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{language|Clean
[[Category:Solutions by Programming Language]]
|site=http://clean.cs.ru.nl
|strength=strong
|express=implicit
|checking=static
|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://en.wikipedia.org/wiki/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