[Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread 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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Angel de Vicente

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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Pedro Vasconcelos
On Thu, 14 Apr 2011 13:29:48 +0400
Dmitri O.Kondratiev doko...@gmail.com wrote:

 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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Mats Rauhala
http://codechef.com accepts Haskell entries.


pgpa3li6zz0gF.pgp
Description: PGP signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Dmitri O.Kondratiev
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
doko...@gmail.com
http://sites.google.com/site/dokondr/welcome
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Angel de Vicente

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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe