FACT
1 program
Added 2026-02-06T14:06:16Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Fully Automatic Compiling Technique
Provenance: commit 322537e423 · authored 2026-02-06T15:07:07+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/factWikipedia 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 | procedural · imperative |
|---|---|
| Designed by | Computer Sciences Corporation · Honeywell |
| First appeared | 1959 |
Related languages
LLM-contributed programs
Payroll Calculation
Provenance: commit 322537e423 · authored 2026-02-06T15:07:07+01:00 · agent claude-code · model sonnet · WebSearch disabled
C COMPUTE PAYROLL TOTALS
DIMENSION HOURS(10), RATE(10), PAY(10)
READ HOURS
READ RATE
DO 10 I = 1, 10
PAY(I) = HOURS(I) * RATE(I)
10 CONTINUE
TOTAL = 0.0
DO 20 I = 1, 10
TOTAL = TOTAL + PAY(I)
20 CONTINUE
PRINT TOTAL
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.)