vote up 4 vote down star
1

Perl golf is a programmers' game which involves solving a problem with the shortest perl program possible. (ie, the winner is the person who completes the round in the lowest number of (key)strokes).

flag

75% accept rate
Did you just answer your question in your question? WTF. – Rich B Sep 16 '08 at 13:49
No, I explained what it was in case readers hadn't heard of it. I'm also interested in other people's reasons for playing. – pdcawley Sep 16 '08 at 13:54

9 Answers

vote up 20 vote down check

Perl golf is primarily a mental exercise; it's a constrained problem done mostly for fun and for the challenge.

However, just as obfuscation challenges (which exist, AFAIK, in C and Perl) help one learn about the importance of writing clear and maintainable code, "golf" helps one learn that just because it can be done in fewer characters doesn't mean it should be.

Mostly, though, it's just good fun!

link|flag
vote up 0 vote down

What is the point in playing football?

link|flag
2  
This generalizes to, "What is the meaning of life?" – jrockway Oct 15 at 11:27
vote up 1 vote down

Because it's more environmentally friendly than playing real golf?

link|flag
2  
... and a whole lot more fun. – Brad Gilbert Jan 21 at 16:24
vote up 0 vote down

It's a fun way to test your knowledge of the language; it gives you an excuse to try out some of Perl's features, to learn about features you're not familiar with, to challenge yourself, and to have fun.

I really suck at Perl golf, but I still enjoy the challenge.

link|flag
vote up 0 vote down

Giving you an opportunity to explore language features which you don't use normally. Gaining some insight into Perl's inner workings. And it's a programming challenge.

link|flag
vote up 12 vote down

If nothing else Perl Golf will make you read perlrun, perlfunc, perlsyn and perlre very very carefully looking for ways to shave off a character or two.

And the knowledge gained along the way (although probably not the techniques) can be useful.

link|flag
vote up 3 vote down

Multiple points, depending where you look it from:

  • Playing it is fun.
  • Reading it is instructive.
link|flag
vote up 4 vote down

What's the point of the obfuscated C code contest? Or any other such thing? It's just another programmer passtime, and another way to practice your skill, sharpen your mind and have a fun competition with fellow programmers.

link|flag
vote up 3 vote down

The point is fun and competition.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.