Javascript RPN calculators

These RPN calculators are programmable in Javascript, thus taking the vintage HP calculator paradigm and adding a modern language.

Rpn-calc

rpn-calc-1

Here is the built in Javascript code editor.

Parameters to Javascript functions are taken off the RPN stack. Return values from Javascript functions are pushed onto the RPN stack.

rpn-calc-2

https://abulka.github.io/jsrpncalc-web/

Rpn-calc2

A completely new implementation, also programmable in Javascript. Define interactive UI buttons and sliders.

rpn-calc2-1

rpn-calc2-2

https://abulka.github.io/jsrpncalc2/


Last modified August 28, 2026: songblend.atug.com deployed (a92ea02)