At 18:54 -0800 on Thursday 2017-11-09, Eduardo wrote:
>
> I wonder if there is a RPL dialect for general programming
> purposes, a interpretable or compilable RPL-like programming
> language.
Not really an RPL "dialect", but a real programming language that
uses postfix notation is Forth.
There is a Free Software implementation at
https://www.gnu.org/software/gforth/ .
The problem with RPL (in my opinion at least), is that, while it
is very satisfactory to write -- and can be efficient -- it can be
quite horrible to read, especially in larger programs, which makes
it hard to maintain.
N.