Pure
1 program
Added 2025-10-30T11:59:46Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 2facf07379 · authored 2025-10-30T12:59:46+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
6 sources · pl_id:
pl/pureWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | functional · declarative · term rewriting |
|---|---|
| Typing | strong, dynamic |
| Designed by | Albert Gräf |
| First appeared | 2008 |
| Influenced by | Q (equational language) · Haskell · Lisp · Alice · MATLAB |
| License | GNU Lesser General Public License |
| Homepage | http://agraef.github.io/pure-lang |
Related languages
LLM-contributed programs
Quicksort implementation
Provenance: commit 2facf07379 · authored 2025-10-30T12:59:46+01:00 · model x-ai/grok-4-fast · Temp 0.4
qsort [] = [];
qsort (x:xs) = qsort [y | y in xs, y <= x] ++ [x] ++
qsort [y | y in xs, y > x];
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)