views:

321

answers:

7

Hi, All,

Do you know any online problem sets or contests that accept solutions in Haskell? I know only El Judge, but unfortunately it has some problems with ghc, so any Haskell problem is rejected with "memory limit" resolution.

+6  A: 

Sphere Online Judge (SPOJ)

It uses ghc 6.10.4 compiler.

missingfaktor
Wow! Thanks a lot.
Rorick
+4  A: 

Project Euler

missingfaktor
+6  A: 

Facebook Puzzles (GHC Haskell 6.8.2)

Alexey Romanov
+1, had never seen that :-)
missingfaktor
+6  A: 

Project Euler problems are quite a good fit for Haskell. You run your own code and submit your answer on the website.

liwp
+3  A: 

Google Code Jam

Wei Hu
Like project Euler and ICFP, this is “bring your own compiler”; only the solutions are machine-checked.
Tobu
+3  A: 

Code Chef accepts Haskell.

Hai
+1  A: 

did u just miss ICFP ?

Maysam