Concatenative topics
Concatenative meta
Other languages
Meta
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).
<syntaxhighlight lang="rpl/2">
MAIN
<<
"Hello, world" disp
>>
</syntaxhighlight>
This revision created on Fri, 23 Jun 2023 05:04:15 by forthuser