Difference between revisions of "Online judges"

From HaskellWiki
Jump to navigation Jump to search
m
m (update compiler versions)
 
(11 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.hackerrank.com HackerRank ] || [https://www.hackerrank.com/environment 8.6.3]
 
|-
 
|-
| [http://theaigames.com TheAIGame ] || 7.10
+
| [https://open.kattis.com Kattis ] || [https://open.kattis.com/help/haskell 8.4.4]
 
|-
 
|-
| [https://www.codingame.com CodinGame ] || 7.8.3
+
| [https://www.codingame.com CodinGame ] || [https://www.codingame.com/faq 8.4.3]
 
|-
 
|-
| [https://codefights.com CodeFights ] || 7.6.3
+
| [https://www.codewars.com CodeWars ] || [https://github.com/Codewars/codewars.com/wiki/Language-Haskell 8.2.2]
 
|-
 
|-
| [https://www.codewars.com CodeWars ] || 7.6
+
| [https://www.codechef.com CodeChef ] || [https://www.codechef.com/ide 8.0.1]
 
|-
 
|-
| [https://www.hackerrank.com HackerRank ] || 7.8.4
+
| [http://codeforces.com CodeForces ] || 7.8.3
 
|-
 
|-
| [https://www.codechef.com CodeChef ] || 7.6.3
+
| [https://www.hackerearth.com HackerEarth ] || [https://www.hackerearth.com/docs/wiki/developers/judge 7.6.3]
 
|-
 
|-
| [https://www.hackerearth.com HackerEarth ] || 7.6.3
+
| [https://codefights.com CodeFights ] || 7.6.3
 
|-
 
|-
 
| [http://www.devdraft.com devdraft ] || 7.6
 
| [http://www.devdraft.com devdraft ] || 7.6
 
|-
 
|-
| [http://codeforces.com CodeForces ] || 7.8.3
+
| [http://exercism.io exercism.io ] || Multiple version (using stack)
|-
 
| [http://exercism.io exercism.io ] || (unknown, stack)
 
 
|-
 
|-
 
| [http://codeabbey.com codeabbey ] || (unknown)
 
| [http://codeabbey.com codeabbey ] || (unknown)
Line 31: Line 29:
 
| [http://www.edufyme.com edufyme ] || (unknown)
 
| [http://www.edufyme.com edufyme ] || (unknown)
 
|-
 
|-
| [https://www.codeeval.com CodeEval ] || Broken
+
<!-- | [https://www.codeeval.com CodeEval ] || Broken -->
  +
<!-- | [https://www.riddles.io Riddles.io ] || [https://playground.riddles.io/competitions/light-riders/how-to-play 7.10.3] (Broken) -->
  +
<!-- | [http://theaigames.com TheAIGame ] || 7.10 (defunct) -->
 
|}
 
|}

Latest revision as of 10:35, 1 November 2019

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

Site GHC version
HackerRank 8.6.3
Kattis 8.4.4
CodinGame 8.4.3
CodeWars 8.2.2
CodeChef 8.0.1
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)