D:Development Environments

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

D is a language that aims to be a successor of C++ and I personally find it very well suited for game development because it has some nice features such as a garbage collector and easier string-management that increase development speed.

Also you can use any C library from D so it is very flexible. Bigger 3d engines and a port of ogre seem to be in the starting holes.

Ill just link to D's main page here because almost everything important concerning D is linked there.

The D Programming language