Ion Shell
1 program
Added 2026-03-06T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Ion
Provenance: commit c6415a42a5 · authored 2026-03-06T01:26:58+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/ionWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | Amazon |
|---|---|
| Homepage | https://amzn.github.io/ion-docs/ |
Extensions 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 |
|---|---|---|---|
.ion | heuristic:wikidata_keyword_pl_shape | proposed | 17.2K files |
Related languages
LLM-contributed programs
Hello World with Arrays and Arithmetic
Provenance: commit c6415a42a5 · authored 2026-03-06T01:26:58+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
#!/usr/bin/env ion
# Hello World and basic operations in Ion Shell
let name:str = "World"
echo "Hello, $name!"
# Array example
let fruits:array = [apple banana cherry]
for fruit in @fruits
echo "Fruit: $fruit"
end
# Simple arithmetic
let x:int = 10
let y:int = 20
let sum:int = $(( x + y ))
echo "Sum: $sum"
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.)