Lucifer
1 program
Added 2026-02-06T14:06:27Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 533d699b96 · authored 2026-02-06T15:07:19+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/luciferRelated languages
LLM-contributed programs
Factorial
Provenance: commit 533d699b96 · authored 2026-02-06T15:07:19+01:00 · agent claude-code · model sonnet · WebSearch disabled
/* Factorial computation in Lucifer */
factorial(n) =
if n = 0 then 1
else n * factorial(n - 1);
main() =
let x = 5 in
factorial(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.)