Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Just a couple of updates from the post mortem at golf@perl.org.

It's surprisingly easy, when "golfing fatigue" sets in towards the end of a long and gruelling tournament, to resemble Mr Magoo.

So it proved here in the gripping Battle of the Last T-Shirt, where `/anick might have grasped the precious last shirt, simply by changing =~/$&/ to =~$&. Of course, m.wrenn may well then have thrillingly re-snatched the prized garment with the routine transform of:

qw(IV XL CD V L D IX XC CM X C M)
to:
(IV,XL,CD,V,L,D,IX,XC,CM,X,C,M)

With the recent completion of PPI and Perl::Critic, it should now be feasible to write a module that detects and prevents many common golfic oversights, such as the two cited above. You might implement this as a collection of Perl::Critic policies. A more sophisticated Games::Golf::MrMagoo module might even automatically try each possible shortening against the test program and only report those that pass.

Oh, and Util's hash-based approach has now been whittled from 129.50 all the way down to 114.47:

#!perl -pl @%{@;}=0..map+s!.!y$IVCXL426(-:$XLMCDIVX$dfor$;[$_].=5x$&*8%29628!eg,! +y/m/-/..3999;s/\w+/+$%{$&}/g;$_=$;[eval]
So it seems that hashes are clearly the second best lookup technique after symbolic references.


In reply to Re: Dueling Flamingos: The Story of the Fonality Christmas Golf Challenge by eyepopslikeamosquito
in thread Dueling Flamingos: The Story of the Fonality Christmas Golf Challenge by eyepopslikeamosquito

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found