Glulx
1 program
Added 2026-02-13T09:19:18Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 676bb75c0b · authored 2026-02-13T10:20:04+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
Provenance: commit 676bb75c0b · authored 2026-02-13T10:20:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
Constant Story "Hello World";
Constant Headline "^A simple Glulx demonstration^";
Include "Parser";
Include "VerbLib";
[ Initialise;
location = Kitchen;
print "^^Welcome to a simple Glulx world!^^";
];
Object Kitchen "The Kitchen"
with description "A simple kitchen.",
has light;
Include "Grammar";