Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Haskell online contests or problem sets? [closed]

Tags:

haskell

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.

like image 753
Rorick Avatar asked Sep 11 '25 18:09

Rorick


1 Answers

Sphere Online Judge (SPOJ)

It uses ghc 6.10.4 compiler.

like image 161
missingfaktor Avatar answered Sep 14 '25 08:09

missingfaktor