I'd also like to see Objective-C... and I'd like to see it badly enough that I'll gladly volunteer to write any extensions to the online judge that are necessary to enable it. Yes, one often gets just what one pays for with free coding help, but I'm the exception, I swear! Admittedly, I've recently been doing only mobile and web development, but I have past experience in writing and integrating test harnesses, which I suspect is not dissimilar to the process of writing a judge.
Can anyone comment on whether there are plans underway to add Obj-C support?
(As an aside: I posted a thread in FAQ before finding this one. My apologies for my newbish error... if anyone with admin rights has a way to move that thread to this forum, please feel free to do so.)
Oh, this is the place to complain about language version!
Please consider upgrading to version 2 of D language. D1 is deprecated and almost nobody is using it.
dlang.org/changelog.html
Please add pypy (pypy.org/).
It can replace the loss of psyco for Python users.
Please update fpc to 2.6.4 (freepascal.org/)
How about upgrade Haskell to Haskell Platform 2014.2?
More details can be found https://www.spoj.com/forum/viewtopic.php?f=53&t=11555&sid=da4d69a531c4228b251c62699d1d96e23.
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.