Any Haskell online contests or problem sets?

Viewed 4508

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.

11 Answers

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

Related