Pkl
1 program
Added 2025-10-28T08:50:15Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 32457fca6a · authored 2025-10-28T09:50:15+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
3 sources · pl_id:
pl/pklExtensions 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 |
|---|---|---|---|
.pkl | linguist | primary | 10.7M files |
LLM-contributed programs
Simple Greeting Class
Provenance: commit 32457fca6a · authored 2025-10-28T09:50:15+01:00 · model x-ai/grok-4-fast · Temp 0.4
class Greeting {
message: String
}
local g = new Greeting {
message = "Hello, world!"
}
g
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/.pkl/0 | .pkl | predicates | [{"kind": "any", "regexes": ["^\\s*(module|import|amends|extends|local|const|fixed|abstract|open|class|typealias|@\\w+)\\b", "^\\s*[a-zA-Z0-9_$]+\\s*(=|{|:)|^\\s*`[^`]+`\\s*(=|{|:)|for\\s*\\(|when\\s* |