ARexx
1 program
Added 2025-11-03T04:29:10Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: Amiga Rexx
Provenance: commit a0a41d887a · authored 2025-11-03T05:29:10+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
5 sources · pl_id:
pl/arexxWikipedia 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 | multiparadigm: procedural · structured |
|---|---|
| Typing | dynamic |
| Designed by | Mike Cowlishaw · IBM |
| First appeared | 1979 |
| Influenced by | PL/I · ALGOL · EXEC · EXEC 2 |
Extensions claimed by this language
4 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 |
|---|---|---|---|
.rexx | pygments | primary | 9.6K files |
.arexx | pygments | secondary | 14 files |
.rex | pygments | secondary | 18.9K files |
.rx | pygments | secondary | 9.7K files |
Related languages
LLM-contributed programs
Snap Front Window
Provenance: commit a0a41d887a · authored 2025-11-03T05:29:10+01:00 · model google/gemini-2.5-pro · Temp 0.4
/* SnapFront.rexx - Snap the front window */
options results
address command 'wait 5'
address 'SCREENSNAP'
'SNAP'
if rc <> 0 then do
say result
exit 20
end
parse var result . 'CLIPUNIT=' unit .
if unit = '' then do
say 'Could not find clipunit'
exit 20
end
address 'MULTIVIEW'
'OPEN' 'CLIP:'unit
if rc <> 0 then do
say result
exit 20
end
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.)