MOO
1 program
Added 2026-02-07T15:26:14Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: LambdaMOO
Provenance: commit e5568bce07 · authored 2026-02-07T16:27:20+01:00 · agent claude-code · model sonnet
Sources mentioning this language
6 sources · pl_id:
pl/mooExtensions 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 |
|---|---|---|---|
.moo | pygments | primary | 4.7K files |
Related languages
LLM-contributed programs
Say Verb
Provenance: commit e5568bce07 · authored 2026-02-07T16:27:20+01:00 · agent claude-code · model sonnet · WebSearch disabled
"Verb: say
This verb allows a player to speak in a room
if (dobjstr == "")
player:tell("Say what?");
return;
endif
message = dobjstr;
player.location:announce(player.name, " says, \"", message, "\"");
player:tell("You say, \"", message, "\"");
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.)