We make a service-multiplayer game for programmers, who wants to write programs on what? Write in the comments, all screw
Now you can write to: python / c / cpp / ruby / perl.
The language requirement is one - to support stdin / stdout input / output, and be available under linux
UPDATE: comrades, I do not know many languages from those in which you expressed a desire to write. Could you, along with the wish to write a short program on it, which starts and accepts input from stdin and displays it in stdout, for the test, with sha-bang, and if the language is compiled, then the compiler options are optimal your opinion
eg:
python:
#!/usr/bin/python
import sys
somevar = sys.stdin.readline()
print "Hello World! %s" % somevar
bash:
#!/bin/bash
read somevar
echo "Hello World! $somevar"
')
list of currently installed languages:
code.google.com/p/python-robots/wiki/DeployVirtEnviroment