AIMACO
1 program
Added 2026-02-13T15:08:01Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Air Material Command Compiler
Provenance: commit 4b204507da · authored 2026-02-13T16:08:46+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/aimacoWikipedia 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 | imperative |
|---|---|
| First appeared | 1959 |
| Influenced by | FLOW-MATIC · COMTRAN |
Related languages
LLM-contributed programs
Circle Area Calculator
Provenance: commit 4b204507da · authored 2026-02-13T16:08:46+01:00 · agent claude-code · model sonnet · WebSearch disabled
C AIMACO SAMPLE PROGRAM - COMPUTE AREA OF CIRCLE
DIMENSION A(10)
READ 100, R
100 FORMAT (F10.2)
PI = 3.14159
AREA = PI * R * R
WRITE 200, AREA
200 FORMAT (F12.4)
STOP
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.)