http://qs321.pair.com?node_id=145514


in reply to (Golf) Keysort

Typically, IMO with golf problems, solutions should be considered as being one one line of code (no CRs). CRs that are added when solutions are presented should only be used to improve the presentation of the code, but should not be used to lose a stroke. Thus, japhy's suggestion of adding a CR between a variable and a following function name is violating the rules (as this trick can help reduce the number of strokes in previous golf challenges). In other words, the code should work if one was to do s/\n\\g; on the golf code.

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
"I can see my house from here!"
It's not what you know, but knowing how to find it if you don't know that's important

Replies are listed 'Best First'.
Re: Re: (Golf) Keysort
by demerphq (Chancellor) on Feb 14, 2002 at 18:27 UTC
    Ok, I didnt realize this was the convention.. Since japhy didnt take advantage of it I'll remove my update...

    Thanx.

    Yves / DeMerphq
    --
    When to use Prototypes?