Any Haskell online contests or problem sets? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question 开发者_开发技巧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.
Sphere Online Judge (SPOJ)
It uses ghc 6.10.4 compiler.
Project Euler problems are quite a good fit for Haskell. You run your own code and submit your answer on the website.
Facebook Puzzles (GHC Haskell 6.8.2)
Code Chef accepts Haskell.
Check out 99 haskell problems
Google Code Jam
Coderforces.com
You can also see how others have solved a problem using Haskell, e.g., submissions by watashi and jbin (jbin and watashi are both ACM-ICPC world finals champions, in 2012 and 2010 respectively.)
jbin's github: https://github.com/bjin/puzzles
Project Euler
- exercism has exercises in Haskell.
- CodinGame accepts.
- others like UVa Online Judge, Google Code Jam, Project Euler and etc, don't require a specific programming language.
Additionally, there's the Programming Contests page in Haskell.org.
Did you just miss ICFP Programming Contest?
- HackerRank: HaskellPlatform 2013.2.0.0 + logict lens pipes mwc-random hashtables regex-pcre hmatrix aeson and hashmap libraries
- HackerEarth: GHC 7.4.1
精彩评论