On Feb 19, 2007, at 19:34, Chris Mullins wrote:
(Why anyone these days would develop in C or C++, regardless of environment, is something I really don't understand. The modern languages [.Net, Java, Ruby, Python, etc] are just so much better).
C++ is pretty popular with game developers, since they need every clock cycle they can get. Using an interpreted language or one running in a VM (or both, like jRuby) adds unnecessary overhead.
andy
