[jdev] Re: Windows stack

Andreas Monitzer jdev at monitzer.com
Mon Feb 19 13:41:34 CST 2007


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




More information about the JDev mailing list