Category:Clean: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Citations: Added the Clean web site)
m (Moved official site into infobox)
 
(6 intermediate revisions by 3 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==
* [[wp:Clean_%28programming_language%29|Wikipedia:Clean (programming language)]]
* [http://clean.cs.ru.nl/ The Clean web site]
* [http://en.wikipedia.org/wiki/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