Luna
1 program
Added 2026-02-08T16:37:18Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit d6ab3bf757 · authored 2026-02-08T17:38:24+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/lunaRelated languages
LLM-contributed programs
Sum of List
Provenance: commit d6ab3bf757 · authored 2026-02-08T17:38:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
def main:
numbers = [1, 2, 3, 4, 5]
sum = numbers.fold 0 (a: b: a + b)
print sum
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.)