Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Golf: RPN calculator

by jmcnamara (Monsignor)
on May 11, 2001 at 12:17 UTC ( [id://79658]=note: print w/replies, xml ) Need Help??


in reply to Golf: RPN calculator


This was a great idea for a game of Golf. Recent outings have been too much like mini CS projects. Sorry Masem. ;-)

This uses your methodology. There are 69 chars in the body of the program. It passes -w and strict. It also handle negative numbers:
perl -le'/^\D$/?($_.=pop@_)&&push@_,eval pop(@_).$_:push@_,$_ for@ARGV +;print@_'

I recently spent two months of my spare time implementing a type of RPN parser using Parse::RecDescent. Obviously I was taking the wrong approach. :-)

John.
--

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://79658]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 14:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found