Apl
1 program
Added 2025-10-22T10:01:02Z
Model: anthropic/claude-3.5-sonnetTemp: 0.4
Evidence
Report issue
View issues
Aliases: APL, A Programming Language
Provenance: commit d4380beb76 · authored 2025-10-22T12:01:02+02:00 · model anthropic/claude-3.5-sonnet
Sources mentioning this language
9 sources · pl_id:
pl/aplWikipedia 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 | array · functional · structured · modular |
|---|---|
| Typing | dynamic |
| Designed by | Larry Breed · Dick Lathwell · Roger Moore · others · Kenneth E. Iverson |
| First appeared | 1966 |
| Influenced by | Mathematical notation |
| License | Proprietary, open source |
| Homepage | https://aplwiki.com/ |
Extensions claimed by this language
9 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 |
|---|---|---|---|
.apl | linguist | primary | 16.9K files |
.apl | pygments | primary | 16.9K files |
.aplc | pygments | secondary | 917 files |
.aplf | pygments | secondary | 29.6K files |
.apli | pygments | secondary | 4 files |
.apln | pygments | secondary | 1.5K files |
.aplo | pygments | secondary | 365 files |
.dyalog | linguist | secondary | 20.3K files |
.dyalog | pygments | secondary | 20.3K files |
Related languages
LLM-contributed programs
Game of Life in APL
Provenance: commit d4380beb76 · authored 2025-10-22T12:01:02+02:00 · model anthropic/claude-3.5-sonnet · Temp 0.4
life←{⊃1 ⍵ ∨.∧ 3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵}
show←{⎕←(⊂'╭',(⍵-2)⍴'─','╮'),('│',[1](⍺{⍵/' ⍟'}¨⍺⍺),'│'),⊂'╰',(⍵-2)⍴'─','╯'}
⎕←'Enter size (e.g. 20): '
size←⎕
board←size size⍴0
board[1+⍳3;2]←1
board[2;3]←1
board[3;2]←1
{⍵ show size⊢board←life board}⍣≡1
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.)