X10
1 program
Added 2025-10-23T09:59:13Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 35087e2702 · authored 2025-10-23T11:59:13+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/x10Wikipedia 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 | object-oriented |
|---|---|
| Typing | static, strong, safe, constrained |
| Designed by | IBM · Kemal Ebcioğlu · Saravanan Arumugam · Vijay Saraswat · and Vivek Sarkar |
| First appeared | 2004 |
| Influenced by | C++ · Java |
| License | Eclipse Public License 1.0 |
| Homepage | http://x10-lang.org |
Extensions claimed by this language
3 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 |
|---|---|---|---|
.x10 | linguist | primary | 75.6K files |
.x10 | pygments | primary | 75.6K files |
.x10 | wikidata | primary | 75.6K files |
Related languages
Comefrom0x10 (0.06)
LLM-contributed programs
Hello World
Provenance: commit 35087e2702 · authored 2025-10-23T11:59:13+02:00 · model x-ai/grok-4-fast · Temp 0.4
public class HelloWorld {
public static def main(args: Rail[String]) {
Console.OUT.println("Hello World!");
}
}
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.)