Category:RPL
(Redirected from RPL)
RPL
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using RPL.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By value |
Type safety: | Unsafe |
Type strength: | Weak |
Lang tag(s): | rpl |
See Also: |
|
RPL (an acronym for Reverse Polish Lisp) is the onboard calculator language for the HP 48 line of graphing calculators. It is a stack language (not a Lisp-like language, as its name implies), tightly integrated with the HP 48 system.
There are actually two languages with the name RPL: User RPL and System RPL. System RPL is used in implementing the HP 48 operating system, and User RPL is the language users use to write programs on the calculator.
The language RPL/2 is a recreation of this language for POSIX machines.
Pages in category "RPL"
The following 85 pages are in this category, out of 85 total.