LDC: Difference between revisions

From Rosetta Code
Content added Content deleted
(populate LDC page)
 
(Link and compiler tag)
 
Line 1: Line 1:
{{implementation|D}}
{{implementation|D}}{{compiler}}
This D compiler uses the DMD front end and the LLVM backend. It is very up to date, generally produces the fastest code of all the D compilers, and comes bundled with tango. A significant downside is the lack of exception support in windows (this is a LLVM backend issue).
This D compiler uses the DMD front end and the LLVM backend. It is very up to date, generally produces the fastest code of all the D compilers, and comes bundled with [[tango]]. A significant downside is the lack of exception support in windows (this is a LLVM backend issue).

Latest revision as of 12:43, 2 September 2009

LDC is an implementation of D. Other implementations of D.
LDC is an example of a compiler. You may find the programming tasks that have been solved using it here.

This D compiler uses the DMD front end and the LLVM backend. It is very up to date, generally produces the fastest code of all the D compilers, and comes bundled with tango. A significant downside is the lack of exception support in windows (this is a LLVM backend issue).