DreamMaker
1 program
Added 2026-03-06T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: DM, BYOND
Provenance: commit 90aa5fbf8b · authored 2026-03-06T10:49:44+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
5 sources · pl_id:
pl/dmExtensions 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 |
|---|---|---|---|
.dm | linguist | primary | 3.9M files |
Related languages
LLM-contributed programs
Fibonacci
Provenance: commit 90aa5fbf8b · authored 2026-03-06T10:49:44+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
/proc/fibonacci(n)
if(n <= 1)
return n
return fibonacci(n - 1) + fibonacci(n - 2)
/world/New()
var/i
for(i = 0, i <= 10, i++)
world.log << "fib([i]) = [fibonacci(i)]"
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.)