Category:RPL: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added a (kinda bad) stub for RPL)
No edit summary
Line 14: Line 14:


'''RPL''' (an acronym for '''Reverse Polish Lisp''') is the onboard calculator language for the [[wp:HP 48 series|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.
'''RPL''' (an acronym for '''Reverse Polish Lisp''') is the onboard calculator language for the [[wp:HP 48 series|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.

Revision as of 00:36, 19 August 2016

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
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 reference
Type safety: Unsafe
Type strength: Weak
Lang tag(s): rpl
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using RPL.

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.

Subcategories

This category has only the following subcategory.

@

Pages in category "RPL"

The following 200 pages are in this category, out of 700 total.

(previous page) (next page)

C

(previous page) (next page)