Dahlia

1 program Added 2026-02-27T12:19:37Z Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Fuse
Provenance: commit 068c4ae54d · authored 2026-02-27T13:20:07+01:00 · agent claude-code · model claude-opus-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Dale (0.19)Mouse (0.18)dBase (0.15)DATR (0.12)Dawn (0.12)

LLM-contributed programs

1D Convolution with Banking

Provenance: commit 068c4ae54d · authored 2026-02-27T13:20:07+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
code.fuse · license: MIT · added: 2026-02-27T12:19:37Z
decl arr: bit<32>[8 bank 4];
decl filter: bit<32>[2 bank 2];
decl result: bit<32>[8];

for(let j = 0..7) {
  view v_a = arr[j!: +2 bank 2];

  for (let i = 0 .. 2) unroll 2 {
    let v = v_a[i] * filter[i];
  } combine {
    result[j] += v;
  }
}

Contribute — propose a file extension

Tell us where to find evidence about Dahlia (mapped to pl/dahlia). 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/Dahlia/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← dag daisy-systems →