COMTRAN
1 program
Added 2026-02-06T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Commercial Translator
Provenance: commit 99a4ba2fff · authored 2026-02-06T13:14:16+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/comtranWikipedia 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 | Bob Bemer |
|---|---|
| First appeared | 1957 |
| Influenced by | FLOW-MATIC |
Related languages
LLM-contributed programs
Payroll Calculation
Provenance: commit 99a4ba2fff · authored 2026-02-06T13:14:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
C COMTRAN SAMPLE PROGRAM - PAYROLL CALCULATION
DIMENSION HOURS(100), RATE(100), PAY(100)
READ N
DO 10 I = 1, N
READ HOURS(I), RATE(I)
10 PAY(I) = HOURS(I) * RATE(I)
DO 20 I = 1, N
20 PRINT PAY(I)
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.)