ELI
1 program
Added 2026-02-09T09:58:58Z
Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a19810f035 · authored 2026-02-09T11:00:01+01:00 · agent claude-code · model claude-opus-4-6
Sources mentioning this language
3 sources · pl_id:
pl/eliWikipedia 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 |
|---|---|
| Typing | dynamic |
| Designed by | Hanfeng Chen (Rapidsoft) · Wai-Mee Ching |
| First appeared | 2011 |
| Influenced by | APL · Q |
| License | Freeware |
| Implemented in | C++ · Qt |
| Homepage | http://fastarray.appspot.com |
Related languages
LLM-contributed programs
Morgan Financial Benchmark
Provenance: commit a19810f035 · authored 2026-02-09T11:00:01+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
@.r<-n msum a
r<-((0,n-1)!.t)-0,(0,-n)!.t<-+\a
@.
@.r<-n morgan a;x;y;sx;sx2;sy;sy2;sxy
x<-a[1;;]
y<-a[2;;]
sx<-n msum x
sy<-n msum y
sx2<-n msum x *. 2
sy2<-n msum y *. 2
sxy<-n msum x * y
r<-((sxy%n)-(sx*sy)%n*.2)%(|((sx2%n)+(sx%n)*.2)*.0.5)*(|(sy2%n)-(sy%n)*.2)*.0.5
@.
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.)