Slashdot Mirror


8th Annual ICFP Contest

mauricec writes "Think your favorite programming language is the best one out there? Put it to the test in this year's International Conference on Functional Programming's annual Programming Contest. The contest is coming up in a little under 4 weeks! This year's competition rewards programmers who can plan ahead. As before, we'll announce a problem and give you three days to solve it. Two weeks later, we'll announce a change to the problem specification and give you one day to adapt your program to the new spec. More info on the contest and prizes is on the contest's web page."

5 of 72 comments (clear)

  1. Sounds like my clients by SlightOverdose · · Score: 5, Funny

    Hmm. Two weeks to complete a project, followed by a changed spec the day before going live.

    sounds like some of my clients.

  2. Re:Is rewriting cheating? by Cmdr+Whackjob · · Score: 2, Funny

    If a good programmer writes a new program in one day and no one sees it - does it really exist?

  3. What they don't tell you by datadriven · · Score: 2, Funny

    ...is that you have to write a program to kill Microsoft

  4. Often not a good idea by jb_nizet · · Score: 2, Funny

    In my (short) experience, I've found that planning ahead is, most of the time, a bad idea.
    It takes time. It makes the code more complex than it could be, and thus less readable and maintainable. And when the spec finally changes, it changes in a way that makes this additional layer of complexity useless, and another layer is added on top of it.

  5. COBOL by Anonymous Coward · · Score: 1, Funny

    I'm halfway tempted to enter this contest - using COBOL. Just to show that it can be done.

    MS