This section aims to help programmers of other languages with understanding D.
Some general notes on the D language:
- For a list of supported Editors, take a look at this page: http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport
- Debugging D is problematic. Most users seem to prefer adding some printf/writef to their code instead of trying to set up gdb, Visual Studio or WinDBG to debug D code
- D should be pretty platform-independant as long as you do not use system-specific features (e.g. inline assembler)
- There is linux support. There is even a gcc-Frontend for D.
|