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/bqnExtensions 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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.bqn | linguist | primary | 5.1K files |
.bqn | pygments | primary | 5.1K files |
.bqn | wikidata | primary | 5.1K files |
Related languages
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
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.)