Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Golf: Magic Formula for Roman Numerals

by eyepopslikeamosquito (Archbishop)
on Feb 18, 2007 at 12:29 UTC ( [id://600680]=note: print w/replies, xml ) Need Help??


in reply to Re: Golf: Magic Formula for Roman Numerals
in thread Golf: Magic Formula for Roman Numerals

Update: a new one that's only one character too long
sub b1{M1E3D500C100L50X10V5I1=~$_;$'}
Not any more. ;-)
sub b2{M999D499C99L49X9V4I=~$_+$'}

Update: As described in The 10**21 Problem (Part I) this one is four strokes shorter:

sub b3{XCMVLD=~$_;"1E@+"%9995}

Replies are listed 'Best First'.
Re^3: Golf: Magic Formula for Roman Numerals
by ambrus (Abbot) on Feb 18, 2007 at 12:56 UTC

    Oh yes, using the return value of matches is a trick that could have helped me in the Fonalty golf as well, as I've realized when reading other's solutions.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found