DM

1 program Added 2026-02-06T11:55:48Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Dream Maker
Provenance: commit 60d10ed62c · authored 2026-02-06T12:56:38+01:00 · agent claude-code · model sonnet

Sources mentioning this language

5 sources · pl_id: pl/dm
LLM (this repo) · 1PldbLinguistHyperpolyglotRosettacode

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.
ExtensionSourceStrengthSWH
.dmlinguistprimary3.9M files

Related languages

BYOND (0.65)Dream Maker (0.56)DreamMaker (0.42)DreamBerd (0.20)Make (0.16)

LLM-contributed programs

Basic Mob Login and Verbs

Provenance: commit 60d10ed62c · authored 2026-02-06T12:56:38+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.dm · added: 2026-02-06T11:55:48Z
/mob
    Login()
        ..()
        world << "[src] has joined the game!"
        src << "Welcome to the game!"

    Logout()
        ..()
        world << "[src] has left the game!"

    verb/say(msg as text)
        world << "[src] says: [msg]"

    verb/examine(atom/target as mob|obj in view())
        src << "You examine [target]."
        src << "Description: [target.desc]"

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.)

Contribute — propose a file extension

Tell us where to find evidence about DM (mapped to pl/dm). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/DM/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← DLX dm-1 →