21 / 27
Jun 2014
21 days later
2 months later
10 months later

Rust will be available today or tomorrow (and set of new languages).

15 days later

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.