Command line RPN calculator implemented in Go. It has all the calculator features you'd expect, along with some extras, such as live stack display, definable macros, command history, tab completion, online help, etc.
On a system with a recent version of Go installed:
- Unzip the source package
- Change directory into the source directory
- Execute 'go build'
This should result in a binary called 'gorpn' in the source directory. Tested on MacOS 10.14 with Go 1.14.3 and Ubuntu 20.04 with Go 1.13.8.
Dedicated to my father, who is an old-school HP RPN calculator fan. I have fond childhood memories of him teaching me how to use his weird, out of order calculators.