Category:RPL/2: Difference between revisions

From Rosetta Code
Content added Content deleted
(New language : RPL/2)
 
mNo edit summary
Line 1: Line 1:
{{stub}}{{RPL/2}}
{{stub}}{{RPL/2}}


== Basic information ==
RPL/2, or Reverse Polish Lisp/2, is an imperative 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
RPL/2, or Reverse Polish Lisp/2, is an imperative 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).
under CeCILL license (a french GPL compliant license).


See '''http://www.rpl2.net'''
See '''http://www.rpl2.net'''

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

Revision as of 10:55, 2 March 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

Template:RPL/2

Basic information

RPL/2, or Reverse Polish Lisp/2, is an imperative 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

<lang RPL/2> MAIN <<

   "Hello, world" disp

>> </lang>

Subcategories

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

Pages in category "RPL/2"

This category contains only the following page.