Post by Marcel HendrixRemarkable. Even has the local variable ideas and JVN's Formula
Translator (or maybe it is the other way around).
The similarity might of course be because stack languages look all alike?
http://youtu.be/kHAGnU2HiJE .
"RPN
It's not clear where HP began in the development of the Reverse Polish Notation
(RPN). HP considers it a direct derivation from the mathematical works of Jan
Lukasiewicz, but it's likely that experience with mechanical calculators and/or
the logic system of the Friden ECs influenced them as well."
https://www.hpmuseum.org/rpnvers.htm
"RPL
In the late 1980s, HP was developing a new series of extremely powerful
calculators that needed a new programming language. [...]
HP examined existing languages such as BASIC but found them to be unsuitable
both because of their limitations and their resource demands which were still
rather high for pocket devices. Instead, HP combined elements of RPN, Lisp and
Forth and came up with a language called Reverse Polish Lisp or RPL. From Lisp,
RPL inherited concepts such as atomic and composite objects, temporary (lambda)
variables, garbage collection, the ability to pass unevaluated objects as
arguments etc. and from Forth, RPL inherited threaded execution and RPN notation
with an unlimited stack."
https://www.hpmuseum.org/rpl.htm