Category:RPL/2: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (add concatenative paradigm)
 
Line 15: Line 15:


== Example ==
== Example ==
<syntaxhighlight lang="rpl/2">
<lang RPL/2>
MAIN
MAIN
<<
<<
"Hello, world" disp
"Hello, world" disp
>>
>>
</syntaxhighlight>
</lang>


{{language programming paradigm|concatenative}}
{{language programming paradigm|Procedural}}
{{language programming paradigm|Procedural}}

Latest revision as of 10:45, 12 March 2023

Language
RPL/2
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: No
Type safety: Safe
Type strength: Weak
Type checking: Dynamic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using RPL/2.
RPL/2 is an implementation of RPL/2. Other implementations of RPL/2.

Informations

RPL/2, or Reverse Polish Lisp/2, is an functional language designed for efficient computations on parallel servers or clusters. RPL/2 programs can be interpreted or compiled on POSIX systems. RPL/2 is an open source project available under CeCILL license (a french GPL compliant license).

See http://www.rpl2.net

Example

MAIN
<<
    "Hello, world" disp
>>

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "RPL/2"

This category contains only the following page.