PogoScript
1 program
Added 2026-02-10T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 9f5ab8bc9d · authored 2026-02-10T15:53:21+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/pogoscriptExtensions 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 |
|---|---|---|---|
.pogo | linguist | primary | 4.9K files |
Related languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit 9f5ab8bc9d · authored 2026-02-10T15:53:21+01:00 · agent claude-code · model sonnet · WebSearch disabled
fib (n) =
if (n < 2)
n
else
fib (n - 1) + fib (n - 2)
for n in [0..10]
print "fib(#(n)) = #(fib(n))"
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.)