Reverse Polish Notation Calculator
#1

Some time ago I stumbled upon an
appealing tutorial: Learn You a Haskell.

Now there's a Erlang version of his book with the same example of a Reverse Polish Notation Calculator.

Cheers

Thomas

#2

Interesting. I did think about using Haskell as an implementation language for a calculator -- lazy evaluation provides one easy path to guarantee correctly rounded results.

The critical downside was unlimited memory requirements which is terminal in a small footprint device.


- Pauli



Possibly Related Threads…
Thread Author Replies Views Last Post
  HP Prime: Converting number to Sci notation and back BruceTTT 1 1,479 11-12-2013, 02:11 AM
Last Post: Phil Wipf
  Nibble reverse (HP-48,49,50g) Gerson W. Barbosa 44 11,827 07-28-2013, 10:10 PM
Last Post: Gerson W. Barbosa
  Software for Reverse Polish Notation Calculator JC Howard 4 1,662 03-27-2013, 03:25 PM
Last Post: Mike T
  Rapid Reverse Branching & Label Searches Matt Agajanian 2 1,117 04-30-2012, 11:09 AM
Last Post: Matt Agajanian
  Reverse Polish notation calculator Thomas Klemm 0 739 08-27-2010, 03:47 AM
Last Post: Thomas Klemm
  Reverse engineering the 12C+ Scott Newell 3 1,216 05-03-2010, 10:56 AM
Last Post: cyrille de Brébisson
  OT sort-of: Reverse Engineering Calculator OS Chuck 4 1,426 10-14-2009, 09:49 AM
Last Post: Tom Mathes
  Scientific notation on 50g skroops 7 1,836 04-27-2009, 10:29 PM
Last Post: Mike Morrow
  HP-42S without FIX notation. Very strange.. or not? Ignazio Cara (Italy) 5 1,672 05-08-2008, 10:56 AM
Last Post: Dallas Osborne
  Communicating stack state transitions, a notation. Arne Halvorsen (Norway) 7 2,004 10-10-2007, 01:43 PM
Last Post: Arne Halvorsen (Norway)

Forum Jump: