Hacker News new | ask | show | jobs
by bollu 1369 days ago
What's the RPN based calculator you use on your terminal? I'd love to learn!
3 comments

To be honest, I mostly use a physical calculator (Swissmicros DM41L, which is an HP41CX clone). Second choice is the i41CX+ app on my phone. The HP41 keyboard and operational patterns were etched into my brain at university, since my first engineering calculator was an HP41C.

I have used rpncalc and T_REX (https://isene.org/2021/02/T-REX.html) in the terminal, dc or gforth in a pinch.

Not sure what the parent uses, but emacs has calc, which is a RPN calculator with lots of features (including history and intermediate results) and can be used in the terminal
dc, perhaps.