Difference between revisions of "DMD"
Line 2: | Line 2: | ||
{{:DMD_Widget}} | {{:DMD_Widget}} | ||
+ | |||
+ | <table cellspacing= "10" style="width:100%"> | ||
+ | <tr> | ||
+ | <td style="width:70%; vertical-align:top;"> | ||
= Digital Mars D Compiler = | = Digital Mars D Compiler = | ||
+ | DMD is the formal implementation of the D language. It is actively developed by the D community. | ||
+ | |||
+ | = Guides = | ||
+ | * [[Installing_DMD|Installing DMD]] | ||
+ | * [[Managing_DMD_versions|Managing different versions of DMD]] | ||
+ | * [[Building_DMD|Building DMD from source]] | ||
− | + | </td> | |
+ | <td style="width:30%; vertical-align:top;"> | ||
+ | == Useful Links == | ||
+ | * [http://dlang.org/download.html Download DMD] | ||
+ | * [http://d.puremagic.com/issues/ Report bug / request feature] | ||
+ | * [https://github.com/D-Programming-Language Source code (GitHub)] | ||
+ | * [[DMD_License|License]] | ||
+ | </td> |
Revision as of 14:40, 23 November 2012
Latest DMD: D2·110·0 Download — Changelog — Source code — Bug tracker — More » ✎
Digital Mars D CompilerDMD is the formal implementation of the D language. It is actively developed by the D community. Guides |
Useful Links |