Having rust in codingame would be wonderfull, please add it!!
I think it is an especially good alternative to C (and in some case C++), and not yet another language (the learning curve is a bit steep but that makes it even more fun for a coding game).
Like stok say, if you need any help from community please ask.
One of the big cost that we user can identify when adding a new language to CG are the “write the starter programm” costs. So maybe if we want to support rust, we might post a few contributions to that in here. Maybe with a link to the game we try to answer, and a link to the RUST code that we think answers it.
I myself being a beginer, if i try to participate to that show of interest for the CG platform supporting RUST (and i’ll most certainly will once i have some time to do that), i very well might make lots of mistakes. So my proposition would need to be discussed (and i hope some other will try too). The like system in here might be used to upvote the best ones (à la stackoverflow up vote system).
Propositing those starter programs for each and every CG challenge we can have heard of would be a very nice way to show how much we would love to see the language added, with some sweat to back our demand.
Also, if things go wrong (like they don’t want to add rust support) we would have at least had a great time exchanging around the language, and maybe it’ll make some new people around here to grow interest for it.
For instance tutorial start code should be : http://is.gd/agoAFO
(use of unwrap() on result is a bit dirty but it keeps code short, and of course pop at each readline (readline include the \n)).