Coral
1 program
Added 2026-02-10T20:42:52Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 27d358508f · authored 2026-02-11T13:26:08+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/coralWikipedia 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 · structured |
|---|---|
| Typing | static, strong |
| Designed by | Royal Radar Establishment · Philip Woodward · I. F. Currie · M. Griffiths |
| First appeared | 1964 |
| Influenced by | ALGOL · JOVIAL · Fortran |
| Implemented in | BCPL |
Related languages
LLM-contributed programs
Array Initialization and Output
Provenance: commit 27d358508f · authored 2026-02-11T13:26:08+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
integer array(5) userNums
integer i
for i = 0; i < userNums.size; i = i + 1
userNums[i] = i * 2
for i = 0; i < userNums.size; i = i + 1
Put userNums[i] to output
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.)