in reply to Toying with special chars.

Hi RQZ, Very Nice... Here is my Golf,

print eval"\"\\c$_\""for split'','*534`!./4(%2`0%2,`(!#+%2j'

Your's JAPH is 76 strokes and this is 60 strokes.

Regards,
Velusamy R.

Replies are listed 'Best First'.
Re^2: Toying with special chars.
by RQZ (Acolyte) on Nov 04, 2005 at 15:40 UTC

    Ah, thanks :)

    eval"print\"\\c$_\""for split'','*534`!./4(%2`0%2,`(!#+%2j'

    Hehe... :). Just spotted that. 59 chars.

      This is 56, but the original is more obfuscated in my opinion.

      eval"print\"\\c$_\""for'*534`!./4(%2`0%2,`(!#+%2j'=~/./g

        :O
        Very nice golfing!