Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

12
Lang/Clean/00-LANG.txt Normal file
View file

@ -0,0 +1,12 @@
{{language|Clean
|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]].
==Citations==
* [[wp:Clean_%28programming_language%29|Wikipedia:Clean (programming language)]]

2
Lang/Clean/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Clean

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/Clean

1
Lang/Clean/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/Clean

1
Lang/Clean/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/Clean

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/Clean

1
Lang/Clean/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/Clean

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/Clean

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/Clean

View file

@ -0,0 +1 @@
../../Task/Create-a-two-dimensional-array-at-runtime/Clean

1
Lang/Clean/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/Clean

View file

@ -0,0 +1 @@
../../Task/File-input-output/Clean

1
Lang/Clean/File-size Symbolic link
View file

@ -0,0 +1 @@
../../Task/File-size/Clean

1
Lang/Clean/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/Clean

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/Clean

1
Lang/Clean/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Clean

View file

@ -0,0 +1 @@
../../Task/Higher-order-functions/Clean

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/Clean

1
Lang/Clean/Integer-sequence Symbolic link
View file

@ -0,0 +1 @@
../../Task/Integer-sequence/Clean

View file

@ -0,0 +1 @@
../../Task/Parametric-polymorphism/Clean

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Element-definition/Clean

View file

@ -0,0 +1 @@
../../Task/Sort-an-integer-array/Clean

View file

@ -0,0 +1 @@
../../Task/Sort-using-a-custom-comparator/Clean

1
Lang/Clean/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/Clean

View file

@ -0,0 +1 @@
../../Task/Sum-and-product-of-an-array/Clean