ICFP Contest 2004 Date Set 17
Bbazzarrakk writes "It's still a little ways off yet, but a date for the 2004 ICFP Programming Contest has been set. If you're like me, you need a little warning to plan for it and avoid missing it. The contest will begin Friday, June 4th at noon. For more information, keep an eye on The Official Contest Site."
Re:it gotta say it (Score:1, Informative)
Nice page ! (Score:1)
What is it? (Score:1, Redundant)
From ICFP Contest 2003 (Score:4, Informative)
ICFP (Score:3, Interesting)
Does the Functional Programming part of the name preclude using object-oriented languages I wonder?
Re:ICFP (Score:4, Informative)
I think they are simply putting the functional langs up against all comers. The winners of the last couple of contests have been ocaml, (once again) if I remember correctly.
Peace & Blessings,
bmac
Re:ICFP (Score:2)
Last year, for the first time, they let you run your code on your own hardware, and simply submit the results. The winner ran his simple C++ algorithm on a farm of dual processor machines, and managed to brute force his way into first place.
Re:ICFP (Score:3, Interesting)
The problem of last year's contest was implementing the simulation of a formula one racing car.
Then you had to determine a set of control commands (steer left, right, accelerate, break) to stear it through a racing track from start to finish, which depending on the
Re:ICFP (Score:1)
Thats not true, only lazy functional languages do that. You can have global references just fine in OCaml.
summary of past contest results (Score:1, Interesting)
1998: Cilk (parallel C)
1999: OCaml
2000: OCaml
2001: Haskell
2002: OCaml
2003: C++
All languages can participate, in fact very many do, but as you can see, a "dynamically-typed" (misnomer) language never took the first place in the main category. Common Lisp and Scheme never took any of the first 3 places.
Re:summary of past contest results (Score:2)
Look Again... (Score:1)
For ICFP Contest Tips... (Score:1)