CORAL-66
1 program
Added 2026-02-27T11:46:50Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: CORAL, Coral 66
Provenance: commit 18c7682203 · authored 2026-02-27T12:47:13+01:00 · agent claude-code · model claude-sonnet-4-6
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
Hello World
Provenance: commit 18c7682203 · authored 2026-02-27T12:47:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
'common' (
'procedure' outstring ('value' 'integer', 'value' 'integer');
'procedure' outnewline ('value' 'integer');
)
'begin'
outstring (1, "Hello World");
outnewline (1);
'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.)