Dream Maker

1 program Added 2026-02-27T12:12:39Z Agent: claude-codeModel: claude-opus-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: DM, BYOND DM
Provenance: commit 93e6d81da8 · authored 2026-02-27T13:12:58+01:00 · agent claude-code · model claude-opus-4-6

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.73)DreamMaker (0.69)DM (0.56)DreamBerd (0.19)Makam (0.15)

LLM-contributed programs

Zodiac Constellation Calculator

Provenance: commit 93e6d81da8 · authored 2026-02-27T13:12:58+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch disabled
code.dm · added: 2026-02-27T12:12:39Z
proc/Constellation(day)
   //day should be 1 to 365
   switch(day)
      if(355 to 365) return "Capricorn"
      if(326 to 354) return "Sagittarius"
      if(296 to 325) return "Scorpio"
      if(266 to 295) return "Libra"
      if(235 to 265) return "Virgo"
      if(204 to 234) return "Leo"
      if(173 to 203) return "Cancer"
      if(142 to 172) return "Gemini"
      if(111 to 141) return "Taurus"
      if(80  to 110) return "Aries"
      if(51  to  79) return "Pisces"
      if(21  to  50) return "Aquarius"
      if(1   to  20) return "Capricorn"
      else           return "Dan!"

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 Dream Maker (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/Dream Maker/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Dreadow DreamBerd →