The D Programming Language for Game Development

Posted by n2liquid on Stack Overflow See other posts from Stack Overflow or by n2liquid
Published on 2010-12-23T06:00:21Z Indexed on 2010/12/30 22:54 UTC
Read the original article Hit count: 176

Filed under:
|

Hi all,

Recently I've been bothered because I reached a point in which C++ (even 0x) felt very limited, so I started looking for alternatives.

Forget Java, C#, Python or Ruby. I still like the low-level nature of C++ and I'm not fond of virtual machines. Further, I'm a game engine developer, so I have to develop core routines which must be really fast, and lately I've been hungry for code expressiveness. C++ is an almost-there language for me, but there are many exceptions on how to use templates, and GCC isn't optimizing stuff as well as I'd hoped it would.

So I'm considering to start learning D.

Do you think it will suffice my needs as a game developer? I'm weary because I've never heard of D being used for that.

Thanks!

© Stack Overflow or respective owner

Related posts about game-development

Related posts about d