Motoko
Aliases: —
Sources mentioning this language
5 sources · pl_id:
pl/motokoWikipedia 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 | declarative language |
|---|---|
| Designed by | Modelica Association Project (MAP) |
| First appeared | 1997 |
| License | CC-BY-SA |
| Homepage | https://www.modelica.org/ |
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 |
|---|---|---|---|
.mo | linguist | primary | 3.3M files |
.mo | pygments | primary | 3.3M files |
Related languages
LLM-contributed programs
Greet Actor
actor {
public func greet(name : Text) : async Text {
return "Hello, " # name # "!";
};
}
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.)