M
1 program
Added 2025-11-02T10:20:51Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 6fcc63f111 · authored 2025-11-02T11:20:51+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
7 sources · pl_id:
pl/mWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | imperative · procedural |
|---|---|
| Typing | typeless |
| Designed by | Neil Pappalardo · Curt Marble · Robert A. Greenes |
| First appeared | 1966 |
| Influenced by | JOSS |
Extensions 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 |
|---|---|---|---|
.mumps | linguist | primary | 254 files |
.m | linguist | secondary | 46.5M files |
LLM-contributed programs
Creating a table from records
Provenance: commit 6fcc63f111 · authored 2025-11-02T11:20:51+01:00 · model x-ai/grok-4-fast · Temp 0.4
let
Records = [
[CustomerID = 1, Name = "Bob", Phone = "123-4567"],
[CustomerID = 2, Name = "Jim", Phone = "987-6543"],
[CustomerID = 3, Name = "Paul", Phone = "543-9378"]
],
TableFromRecords = Table.FromRecords(Records)
in
TableFromRecords
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/.m/3 | .m | predicates | [{"kind": "any", "regexes": ["^\\s*;"]}] |