Nickel
1 program
Added 2025-11-05T08:33:13Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit b8aeb720b1 · authored 2025-11-05T09:33:13+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
3 sources · pl_id:
pl/nickelExtensions claimed by this language
2 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 |
|---|---|---|---|
.ncl | linguist | primary | 103.7K files |
.ncl | pygments | primary | 103.7K files |
Related languages
LLM-contributed programs
Simple Machine Contract Definition
Provenance: commit b8aeb720b1 · authored 2025-11-05T09:33:13+01:00 · model x-ai/grok-4-fast · Temp 0.4
let Machine = {
name: String,
power: Num,
wheels: Num | default = 0,
} in
let Car = Machine & {
wheels | default = 4,
} in
Car {name = "Toyota", power = 100}
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.ncl/2 | .ncl | predicates | [{"kind": "any", "regexes": ["^let(?:\\srec)?(?:\\s[a-zA-Z_][a-zA-Z0-9_]*)?", "^import\\s\"[^\"]+\"\\s+as\\s", "std\\.[a-zA-Z_][a-zA-Z0-9_]*\\."]}] |