New blurb for LLVM 3.3 release

David Nadlinger code at klickverbot.at
Sat May 25 01:45:48 PDT 2013


On Sat, May 25, 2013 at 10:10 AM, Kai Nacke <kai at redstar.de> wrote:
> What do you think of this one:
>
> LDC - the LLVM-based D compiler
> -------------------------------
>
> `D <http://dlang.org>`_ is a language with C-like syntax and static typing.
> It
> pragmatically combines efficiency, control, and modeling power, with safety
> and
> programmer productivity. D supports powerful concepts like Compile-Time
> Function
> Execution (CTFE) and Template Meta-Programming, provides an innovative
> approach
> to concurrency and offers many classical paradigmas.
>
> `LDC <https://github.com/ldc-developers/ldc>`_ uses the DMD frontend
> combined
> with LLVM as backend to produce efficient native code. LDC targets
> x86/x86_64
> systems like Linux, OS X and Windows and also Linux/PPC64. Ports to other
> architectures like ARM are underway.
>
> It is more or less cut'n'paste from dlang.org and the wiki.

Two thoughts:

 - "DMD" probably won't mean much to people not familiar with D, even
if they could probably guess that it is a D compiler from the context.

 - We should on decide what we officially declare as our home page.
I've been using http://wiki.dlang.org/LDC lately, as we could pretty
that up into an actually inviting landing page. Currently, it
admittedly isn't too welcoming yet, though…

Anyway, thanks for doing this!

David


More information about the digitalmars-d-ldc mailing list