HP RPL
1 program
Added 2026-03-12T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: RPL, HP48 RPL, Reverse Polish Lisp
Provenance: commit fea569a062 · authored 2026-03-12T23:37:05+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
5 sources · pl_id:
pl/rplWikipedia 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 | concatenative (stack-based) · structured |
|---|---|
| Designed by | Hewlett-Packard |
| First appeared | 1984 |
| Influenced by | RPN · Forth · Lisp |
Related languages
LLM-contributed programs
Fibonacci (recursive)
Provenance: commit fea569a062 · authored 2026-03-12T23:37:05+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
« DUP
IF 2 <
THEN DROP 1
ELSE
DUP 1 - RECURSE
SWAP 2 - RECURSE +
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.)