Civet
1 program
Added 2026-02-08T16:21:50.646516Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: civet-lang
Provenance: commit 1e0b028ec1 · authored 2026-02-08T17:22:33+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/civetRelated languages
LLM-contributed programs
Factorial Function
Provenance: commit 1e0b028ec1 · authored 2026-02-08T17:22:33+01:00 · agent claude-code · model sonnet · WebSearch disabled
factorial := (n: number): number =>
if n <= 1
1
else
n * factorial(n - 1)
console.log factorial 5
console.log factorial 10
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.)