Slashdot Mirror


2002 ICFP Programming Contest

Phil Bewig writes "The 2002 ICFP Programming Contest begins today. The programming task will be posted at 12:00 noon Pacific Time." Which should be... just about... now.

4 of 215 comments (clear)

  1. Re:Very cool task this year by richieb · · Score: 3, Insightful
    What's wrong with Eiffel? I mean once you get past the $$$ issue of getting it...

    What's wrong with GNU SmallEiffel?

    --
    ...richie - It is a good day to code.
  2. looks interesting, but... by gblues · · Score: 2, Insightful

    why isn't there a reference server or a client API or something? They can't seriously expect entrants to implement the entire client from this spec without a server for debugging!

    Nathan

  3. Re:C++ vs. SML for language by cpeterso · · Score: 4, Insightful


    the ICFP doesn't usually have problems that are much better suited for functional languages.

    That is definitely not true. The tasks are specifically chosen to highlight the unique strengths of functional programming languages, especially compared to imperative languages like C++. This robot problem is a heuristic optimization problem whose solution would require analyzing large trees of possible moves. To do this in C++, you would need to write lots of code that many functional programming languages provide for free. Don't forget Philip Greenspun's Tenth Rule of Programming: "any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp."

  4. List of contests? by DEBEDb · · Score: 3, Insightful

    Speaking of which, does anyone run
    a (regularly updated) list of contests
    that are coming up? Like recent (more
    or less) Google challenge, etc.

    --

    Considered harmful.