RTL/2
1 program
Added 2026-02-06T14:01:59Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: RTL-2, RTL2
Provenance: commit e332701c27 · authored 2026-02-06T15:02:52+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/rtl-2-2Wikipedia 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 | multi-paradigm: imperative · structured · real-time |
|---|---|
| Typing | static, strong, safe, structural |
| Designed by | Imperial Chemical Industries · J.G.P. Barnes |
| First appeared | 1972 |
| Influenced by | ALGOL 68 |
Related languages
LLM-contributed programs
Hello World
Provenance: commit e332701c27 · authored 2026-02-06T15:02:52+01:00 · agent claude-code · model sonnet · WebSearch disabled
TITLE HELLO;
% Simple Hello World program in RTL/2 %
PROC MAIN;
BEGIN
DISPLAY("HELLO, WORLD!");
NEWLINE;
END;
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.)