D and the world

Sean Kelly sean at f4.ca
Sat Apr 28 09:44:56 PDT 2007


Michael P wrote:
> Is there really any benefits using scripted languages besides not having to compile? D is much faster than most scripted languages and it compiles fast and have a garbage collector. I myself find D easier and you get better performance!

Game content logic is typically written by non-programmers, so it's 
important that the language not be too complicated.  Also, I suspect 
there is some value in using a language that isn't prone to crashing the 
app if something is messed up.  And performance generally doesn't matter 
too much either (80-20 rule).


Sean



More information about the Digitalmars-d mailing list