Programming for Fun?

VSarkiss on 2003-01-27T15:44:36

One of the main attractions of coding in Perl for me, as well as others I know, is the fun factor. A lot of us write programs for fun and profit (although not necessarily at the same time ;-). But there seems to be a real dearth of resources on the web (or elsewhere) talking about programming in a recreational sense. Googling for "computer", "recreation", "fun", and similar terms brings up sites about writing games and such, not about programming as a game.

For those of you who may remember, I'm thinking of something along the lines of Martin Gardner's old "Mathematical Games" columns in Scientific American. Sometimes they were puzzles, but many times he wrote about interesting mathematical topics. In my own case, that's where I first learned about things like Diophantine equations, four-dimensional geometry, knot theory, and symbolic logic. He had a great way of explaining complicated subjects without dumbing them down.

I'd like to see someone do something similar for programming. Topics might include, say, functional programming, a survey of OO from Smalltalk to Perl, and occasionally, goofy stuff like self-reproducing programs (quines), Perl golf, and obfuscation. But I can't find anything like that. If you know of something along those lines, could you reply here? Otherwise I may have to start writing something myself. ;-)


quiz of the week

jmm on 2003-01-27T16:18:48

MJD has been running a pair of mailing-list based items, the quiz-of-the-week and the expert-quiz-of-the-week, that fit somewhat into what you are asking for.

The two quizzes are interesting of themselves, the ensuing discussions often discover many corners and edge cases in problems that were apparently round at first glance, and finlly, MJD provides a summary that usually provides a few more insights and resolves most of the loose ends. The weekly schedule has the quizzes posted on Wednesday, discussion starts on Saturday, and the summary is posted on Monday. (There have been interruptions and skipped weeks around the Christmas/New Years holiday period, but things seem about to get back to normal.)

I've been enjoying it immensely.

Send email to perl-qotw-subscribe@plover.com if you wish to receive the quizzes, and to perl-qotw-discuss-subscribe@plover.com if you wish to receive the related discussion. (The response from the mailbot will include info about getting archived messages from the lists.)

fwp

acme on 2003-01-28T10:19:45

There is also the Fun with Perl mailing list, which contains exactly what you're wishing for. Lots of fun little problems, although it has gotten a little too much obfuscation recently...