Category:RPL/2: Difference between revisions

m
add concatenative paradigm
No edit summary
m (add concatenative paradigm)
 
(One intermediate revision by one other user not shown)
Line 9:
 
== Informations ==
RPL/2, or Reverse Polish Lisp/2, is an imperativefunctional 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).
 
Line 15:
 
== Example ==
<syntaxhighlight lang="rpl/2">
<lang RPL/2>
MAIN
<<
"Hello, world" disp
>>
</syntaxhighlight>
</lang>
 
{{language programming paradigm|concatenative}}
{{language programming paradigm|Procedural}}
559

edits