Kal
1 program
Added 2026-02-11T00:00:00Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit aad0c84e76 · authored 2026-02-11T13:26:23+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/kalExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.kal | pygments | primary | 1.7K files |
Related languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit aad0c84e76 · authored 2026-02-11T13:26:23+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
function fibonacci(n)
if n < 2
return n
else
return fibonacci(n - 1) + fibonacci(n - 2)
for i in [0...10]
print fibonacci(i)
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.)