Inform 1
1 program
Added 2026-02-07T14:49:35Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit ff42d82585 · authored 2026-02-07T15:50:01+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World Interactive Fiction
Provenance: commit ff42d82585 · authored 2026-02-07T15:50:01+01:00 · agent claude-code · model sonnet · WebSearch disabled
Constant Story "HELLO WORLD";
Constant Headline "^An Interactive Fiction^";
[ Main;
location = Kitchen;
"Welcome to the world!";
];
Object Kitchen "Kitchen"
with description "A small kitchen.",
has light;
Object -> table "table"
with name 'table',
description "A wooden table.";