Is there a page describing available languages and libraries and specific thing about each one?

I usually use Groovy because it is in my confort zone and it’s a kind of less strict Java combined with functional features and lots of syntactic sugar.

Now I would like to use CodingGame to teach myself new languages or new libraries.
Is there a page that list for each language:

  • available version and flavor (compiler, …)
  • all available libs
  • specific tricks

For example I’ve seen some hint in the forum about C++ compiler options or someone wrote about a Math lib for Java. But I don’t know how to import that.

So is there a comprehensive page about CodingGame supported languages ?

Thanks.

Check out http://www.codingame.com/faq/

2 Likes