Inform
1 program
Added 2026-02-24T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Inform 7, Natural Inform
Provenance: commit a4e561dbe9 · authored 2026-02-24T21:40:30+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/informWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | natural-language · declarative · procedural · object-oriented |
|---|---|
| Designed by | Graham Nelson |
| First appeared | 2006 |
| Influenced by | Inform 6 · Natural-language programming · Z-machine · C |
| License | Freeware (before 2022); Artistic License 2.0 (since 2022) |
| Homepage | http://inform7.com/ |
Extensions claimed by this language
3 claims. 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 |
|---|---|---|---|
.inf | wikidata | primary | 484.3K files |
.z5 | wikidata | primary | 4.3K files |
.z8 | wikidata | primary | 6.6K files |
Related languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit a4e561dbe9 · authored 2026-02-24T21:40:30+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
"Fibonacci Sequence" by Rosetta Code
The Room is a room.
To decide which number is the fibonacci of (n - a number):
if n is 0, decide on 0;
if n is 1, decide on 1;
decide on (fibonacci of (n - 1)) + (fibonacci of (n - 2)).
When play begins:
repeat with N running from 0 to 10:
say "fib([N]) = [fibonacci of N][line break]";
end the story.
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.)