Riff
1 program
Added 2026-02-22T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: riff-lang
Provenance: commit 8bfa0014de · authored 2026-02-22T17:00:34+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/riffWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| First appeared | 1991 |
|---|
Extensions 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 |
|---|---|---|---|
.riff | wikidata | primary | 333 files |
Related languages
LLM-contributed programs
FizzBuzz
Provenance: commit 8bfa0014de · authored 2026-02-22T17:00:34+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
for i = 1, 100 {
if !(i%15) print("FizzBuzz")
elif !(i%3) print("Fizz")
elif !(i%5) print("Buzz")
else print(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.)