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/comtran
LLM (this repo) · 1PldbWikipediaWikidata · Q5013384

Wikipedia 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 byBob Bemer
First appeared1957
Influenced byFLOW-MATIC

Related languages

IT (0.34)ALTRAN (0.29)AMTRAN (0.21)ALTAC (0.21)MELT (0.18)

LLM-contributed programs

Payroll Calculation

Provenance: commit 99a4ba2fff · authored 2026-02-06T13:14:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.comtran · added: 2026-02-06T12:00:00Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about COMTRAN (mapped to pl/comtran). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/COMTRAN/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← comsol-script Comun →