Haskell on-line judge for Programming Challenges / Contests ?

Hello, I am looking for a site providing on-line automatic judge for Programming Challenges that can be coded in Haskell. For example this site: http://www.programming-challenges.com provides lots of interesting programming provlems: http://www.programming-challenges.com/pg.php?page=index Yet, unfortunately only C, C++ and Java code can be submitted, judge on that site can't compile and run Haskell code. Is there any similar online judge for Haskell? Thanks, Dmitri

Hi On 14/04/11 10:29, Dmitri O.Kondratiev wrote:
I am looking for a site providing on-line automatic judge for Programming Challenges that can be coded in Haskell. For example this site: http://www.programming-challenges.com provides lots of interesting programming provlems: http://www.programming-challenges.com/pg.php?page=index
Yet, unfortunately only C, C++ and Java code can be submitted, judge on that site can't compile and run Haskell code. Is there any similar online judge for Haskell?
You can try http://www.spoj.pl/ Cheers, Ángel -- http://www.iac.es/galeria/angelv/ High Performance Computing Support PostDoc Instituto de Astrofísica de Canarias --------------------------------------------------------------------------------------------- ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protección de Datos, acceda a http://www.iac.es/disclaimer.php WARNING: For more information on privacy and fulfilment of the Law concerning the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en

On Thu, 14 Apr 2011 13:29:48 +0400
"Dmitri O.Kondratiev"
Hello, I am looking for a site providing on-line automatic judge for Programming Challenges that can be coded in Haskell. For example this site: http://www.programming-challenges.com provides lots of interesting programming provlems: http://www.programming-challenges.com/pg.php?page=index
Yet, unfortunately only C, C++ and Java code can be submitted, judge on that site can't compile and run Haskell code. Is there any similar online judge for Haskell?
Thanks, Dmitri
Althpugh not Haskell-specific, the Mooshak system for managing programming contests on the Web allows you to configure most programming languages: http://mooshak.dcc.fc.up.pt/ It's been developed our CS department and used internally and externally for programming contests and courses. Pedro

http://codechef.com accepts Haskell entries.

Angel de Vicente wrote: On 14/04/11 10:29, Dmitri O.Kondratiev wrote: >* I am looking for a site providing on-line automatic judge for *>* Programming Challenges that can be coded in Haskell. *>* For example this site: *>* http://www.programming-challenges.com *>* provides lots of interesting programming provlems: *>* http://www.programming-challenges.com/pg.php?page=index *> >* Yet, unfortunately only C, C++ and Java code can be submitted, judge on *>* that site can't compile and run Haskell code. *>* Is there any similar online judge for Haskell? * You can try http://www.spoj.pl/ Cheers, Ángel Angel, thanks! This site looks good. Do you know if "spoj.pl" has a search utility for problems? It would be great if they have 3n+1 problem I wrote about in a separate thread here. -- All the best, Dmitri O. Kondratiev "This is what keeps me going: discovery" dokondr@gmail.com http://sites.google.com/site/dokondr/welcome

Hi, On 14/04/11 12:16, Dmitri O.Kondratiev wrote:
Angel, thanks! This site looks good. Do you know if "spoj.pl http://spoj.pl" has a search utility for problems? It would be great if they have 3n+1 problem I wrote about in a separate thread here.
yes they have a search utility. Searching for 3n+1, one of the problems that comes up is the problem with ID: 4073 (http://www.spoj.pl/problems/PROBTNPO/), but I don't know if that is the problem you were talking about. Ángel -- http://www.iac.es/galeria/angelv/ High Performance Computing Support PostDoc Instituto de Astrofísica de Canarias --------------------------------------------------------------------------------------------- ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protección de Datos, acceda a http://www.iac.es/disclaimer.php WARNING: For more information on privacy and fulfilment of the Law concerning the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en
participants (4)
-
Angel de Vicente
-
Dmitri O.Kondratiev
-
Mats Rauhala
-
Pedro Vasconcelos