In all seriousness, Python is decent if you're not looking for performance of any sort.
Name:
Anonymous2012-06-14 5:47
the scripting language faze is really starting to get stretched. People are using languages like FIOC, Ruby, Lua, etc to make large programs. Dynamic typing is convenient for quick scripts or web I/O intensive server programming. But dynamic typing is very limiting for large scale apps. Java/C# are very limiting in that they force OO. Someday people are going to grow out of FIOC and learn a real programming language like D or Scala