@sigsegv11 wrote:
Currently SPOJ only has GHC, nowadays people choose Haskell Platform instead of GHC, Haskell Platform basically has GHC and several import libraries, including Vector, unordered-containers. you can think bare GHC (without haskell platform) of C++ without STL, it's very painful.
I enjoyed solving SPOJ problems with Haskell, even it's much more difficult than C++ due to the strict time limit; in fact the coolest feature of SPOJ to me is it has a haskell compiler. And I believe more and more people will enjoy FP.