Difference between revisions of "Online judges"

From HaskellWiki
Jump to navigation Jump to search
(update codingame and re-arrange by ghc's version)
(add riddles.io)
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
! Site !! GHC version
 
! Site !! GHC version
 
|-
 
|-
| [https://open.kattis.com Kattis ] || 7.10.3
+
| [https://www.codingame.com CodinGame ] || [https://www.codingame.com/faq 8.2.1]
 
|-
 
|-
| [https://www.codingame.com CodinGame ] || 7.10.3
+
| [https://www.hackerrank.com HackerRank ] || [https://www.hackerrank.com/environment 8.0.2]
 
|-
 
|-
| [https://www.codewars.com CodeWars ] || 7.10.3
+
| [https://www.codechef.com CodeChef ] || [https://www.codechef.com/ide 8.0.1]
 
|-
 
|-
| [http://theaigames.com TheAIGame ] || 7.10
+
| [https://open.kattis.com Kattis ] || [https://open.kattis.com/help/haskell 7.10.3]
 
|-
 
|-
| [https://www.hackerrank.com HackerRank ] || 7.8.4
+
| [https://www.riddles.io Riddles.io ] || [https://playground.riddles.io/competitions/light-riders/how-to-play 7.10.3]
 
|-
 
| [https://www.codewars.com CodeWars ] || 7.10.3
 
|-
 
|-
 
| [http://codeforces.com CodeForces ] || 7.8.3
 
| [http://codeforces.com CodeForces ] || 7.8.3
 
|-
 
| [https://www.hackerearth.com HackerEarth ] || [https://www.hackerearth.com/docs/wiki/developers/judge 7.6.3]
 
|-
 
|-
 
| [https://codefights.com CodeFights ] || 7.6.3
 
| [https://codefights.com CodeFights ] || 7.6.3
|-
 
| [https://www.codechef.com CodeChef ] || 7.6.3
 
|-
 
| [https://www.hackerearth.com HackerEarth ] || 7.6.3
 
 
|-
 
|-
 
| [http://www.devdraft.com devdraft ] || 7.6
 
| [http://www.devdraft.com devdraft ] || 7.6
 
|-
 
|-
| [http://exercism.io exercism.io ] || (unknown, stack)
+
| [http://exercism.io exercism.io ] || Multiple version (using stack)
 
|-
 
|-
 
| [http://codeabbey.com codeabbey ] || (unknown)
 
| [http://codeabbey.com codeabbey ] || (unknown)
Line 31: Line 31:
 
| [http://www.edufyme.com edufyme ] || (unknown)
 
| [http://www.edufyme.com edufyme ] || (unknown)
 
|-
 
|-
| [https://www.codeeval.com CodeEval ] || Broken
+
<!-- | [https://www.codeeval.com CodeEval ] || Broken -->
  +
|-
  +
<!-- | [http://theaigames.com TheAIGame ] || 7.10 (defunct) -->
 
|}
 
|}

Revision as of 12:49, 31 December 2017

Among many Online judges and competitive coding sites there are some that support Haskell, listed in following table.

Site GHC version
CodinGame 8.2.1
HackerRank 8.0.2
CodeChef 8.0.1
Kattis 7.10.3
Riddles.io 7.10.3
CodeWars 7.10.3
CodeForces 7.8.3
HackerEarth 7.6.3
CodeFights 7.6.3
devdraft 7.6
exercism.io Multiple version (using stack)
codeabbey (unknown)
edufyme (unknown)