http://www.perlmonks.org?node_id=79446


in reply to Golf: RPN calculator

Here's one in 24 characters (not counting shebang):

#!/usr/bin/perl -wl print eval"@ARGV[0,2,1]"

Update: ARGG! I started along the lines of japhy's solution and suddenly, for no apparent reason, my brain skipped a neuron or ten and decided that one postfix op was the entire problem instead of an arbitrary rpn expression. Move along now ... no need to slow down and stare at the crash victim ...

Replies are listed 'Best First'.
Re: Re: Golf: RPN calculator
by Sprad (Hermit) on May 10, 2001 at 20:16 UTC
    What if I feed it this:
    1 1 1 1 1 + + + +
    ?

    ---
    A fair fight is a sign of poor planning.