Bel
1 program
Added 2026-02-05T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit e081a1a015 · authored 2026-02-05T23:55:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/belExtensions 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 |
|---|---|---|---|
.bel | wikidata | primary | 10.6K files |
Related languages
LLM-contributed programs
Map Function with Squaring
Provenance: commit e081a1a015 · authored 2026-02-05T23:55:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
(def map (f xs)
(if (no xs)
nil
(cons (f (car xs))
(map f (cdr xs)))))
(map (fn (x) (* x x))
'(1 2 3 4 5))
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.)