WRPN Calculator

WRPN (or Windows Reverse Polish Notation) is an open-source scientific software calculator, simulating the Hewlett-Packard Voyager series' HP-16C "Computer Scientist" programmable calculator.

History

On April 3, 1995, Emmet P. Gray, an American programmer, at the time civilian employee at the US Army, now adjunct professor at the Texas A&M University, released WRPN 1.0 (16-bit), a public domain open-source software written in Borland C++ 4.0 for early versions of Microsoft Windows.

As of September 2024 the project is still in active development, and the latest WRPN 7.1.1 was released on August 26, 2024, for modern operating systems with Java installed, and as a mobile application for Android. Source code is available in C#, VB.NET, ASP.NET and Java.

Features

WRPN simulates almost all of the functions of HP-16C:

JRPN

In 2019 Bill Foote, an American software engineer and ex-Lead of the Sun Microsystems' standardization of interactive technologies for Blu-ray and other TV platforms, created the JRPN (JOVIAL Reverse Polish Notation Calculators), an open-source HP-16C simulator, forked from WRPN 6.0.2 in Java, but with all of the text set to be rendered from vector fonts (instead of the bitmap font used in WRPN), and licensed it under the free Apache License.

During the COVID-19 pandemic Foote fully rewrote JRPN code in Flutter and licensed it under GPLv3. JRPN is available now in two variants, 15C and 16C (simulating HP-15C and HP-16C accordingly), for Android, Linux, Mac OS, Windows and as a web application.

Also there is another RPN calculator of the same name, developed by William Giel as freeware proprietary software. It has been last released in 1999.

See also

References

Uses material from the Wikipedia article WRPN Calculator, released under the CC BY-SA 4.0 license.