OPL
1 program
Added 2026-02-07T11:13:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Open Programming Language
Provenance: commit af63ef3652 · authored 2026-02-07T12:13:36+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/oplWikipedia 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 | imperative · structured · embedded |
|---|---|
| Typing | static, strong |
| Designed by | Psion Ltd opl-dev project · Colly Myers · Richard Harrison · Martin Stamp |
| First appeared | 1984 |
| License | GNU Lesser Public License |
| Homepage | http://opl-dev.sourceforge.net |
Related languages
LLM-contributed programs
Interactive Menu Demo
Provenance: commit af63ef3652 · authored 2026-02-07T12:13:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
PROC hello:
LOCAL choice%
DO
PRINT "OPL Demo Menu"
PRINT "1. Say Hello"
PRINT "2. Show Date"
PRINT "3. Exit"
PRINT ""
INPUT "Choose option:", choice%
IF choice% = 1
PRINT "Hello, World!"
GET
ELSEIF choice% = 2
PRINT "Date:", DATE$
GET
ENDIF
UNTIL choice% = 3
ENDP
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.)