Loglan
1 program
Added 2026-02-11T00:00:00Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 15b83715b5 · authored 2026-02-11T13:26:25+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/loglanRelated languages
LLM-contributed programs
Factorial Function
Provenance: commit 15b83715b5 · authored 2026-02-11T13:26:25+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
to factorial(n)
if n = 0 then
return 1
else
return n * factorial(n - 1)
fi
eo
to main
write("Factorial of 5 is: ", factorial(5))
eo
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.)