Dino

1 program Added 2026-02-09T09:59:48Z Agent: claude-codeModel: opusWebSearch: enabled Evidence Report issue View issues
Aliases: DINO
Provenance: commit e33ceca399 · authored 2026-02-09T11:00:45+01:00 · agent claude-code · model opus

Sources mentioning this language

2 sources · pl_id: pl/dino
LLM (this repo) · 1Pldb

Related languages

Disco (0.27)Arduino (0.23)Espruino (0.21)Diby (0.18)Dice (0.18)

LLM-contributed programs

Sieve of Eratosthenes

Provenance: commit e33ceca399 · authored 2026-02-09T11:00:45+01:00 · agent claude-code · model opus · WebSearch enabled
code.d · license: MIT · added: 2026-02-09T09:59:48Z
var i, prime, count = 0, SieveSize = 8191, flags = [SieveSize : 1];
for (i = 0; i < SieveSize; i++)
  if (flags[i]) {
    prime = i + i + 3;
    flags[i + prime:SieveSize:prime] = 0;
    count++;
  }
putln (count);

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 Dino (mapped to pl/dino). 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/Dino/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← dinnerbell dio →