Data commit

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

10
Lang/Purity/00-LANG.txt Normal file
View file

@ -0,0 +1,10 @@
{{stub}}
{{language|
express=implicit}}
'''Purity''' is a total functional programming language inspired conceptually and syntactically by languages like [[Haskell]] and [[Charity]].
{{language programming paradigm|Functional}}
== Implementations ==
* [http://github.com/paf31/Purity Purity Compiler at GitHub]
* [http://apps.typesandotherdistractions.com/REPL/index.html Purity Silverlight REPL]

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

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

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/Purity

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/Purity

View file

@ -0,0 +1 @@
../../Task/Function-composition/Purity

View file

@ -0,0 +1 @@
../../Task/Greatest-common-divisor/Purity