BQN

1 program Added 2025-10-23T07:36:37Z Model: deepseek/deepseek-chat-v3-0324Temp: 0.4 Evidence Report issue View issues
Aliases: BQN
Provenance: commit d5976f6757 · authored 2025-10-23T09:36:37+02:00 · model deepseek/deepseek-chat-v3-0324

Sources mentioning this language

7 sources · pl_id: pl/bqn
LLM (this repo) · 1PldbLinguistPygmentsEsolangRosettacodeWikidata · Q124804711

Extensions claimed by this language

3 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.bqnlinguistprimary5.1K files
.bqnpygmentsprimary5.1K files
.bqnwikidataprimary5.1K files

Related languages

Bean (0.20)EQN (0.20)Boron (0.18)Brain (0.18)bruijn (0.17)

LLM-contributed programs

BQN FizzBuzz

Provenance: commit d5976f6757 · authored 2025-10-23T09:36:37+02:00 · model deepseek/deepseek-chat-v3-0324 · Temp 0.4
code.bqn · added: 2025-10-23T07:36:37Z
FizzBuzz ← {
  (0=6|𝕩) ? "FizzBuzz" ;
  (0=2|𝕩) ? "Fizz" ;
  (0=3|𝕩) ? "Buzz" ;
  •Fmt  𝕩
}

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 BQN (mapped to pl/bqn). 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/BQN/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← BProlog Br greater than →