www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Self-compilation

reply sybrandy <sybrandy gmail.com> writes:
Hello,

I know we're not ready for this yet, but will there be any plans on 
writing the D compiler in D sometime in the future?

Casey
Aug 22 2010
next sibling parent reply "Pedro Rodrigues" <pdfrodrigues gmail.com> writes:
There are already projects aiming to write a D compiler in D:
http://www.dsource.org/projects/ddmd
http://github.com/azizk/dil/

Regards 
Aug 22 2010
parent reply sybrandy <sybrandy gmail.com> writes:
On 08/22/2010 06:28 PM, Pedro Rodrigues wrote:
 There are already projects aiming to write a D compiler in D:
 http://www.dsource.org/projects/ddmd
 http://github.com/azizk/dil/

 Regards
Thanks for all the answers, but I was looking more for an official compiler, but it's great that there's people working on it. I don't know about anybody else, but languages that can compile themselves make me smile. Casey
Aug 24 2010
parent Trass3r <un known.com> writes:
 languages that can compile themselves make me smile.
Yep ddmd is a wonderful project :)
Aug 24 2010
prev sibling parent Bernard Helyer <b.helyer gmail.com> writes:
On Sun, 22 Aug 2010 18:09:15 -0400, sybrandy wrote:

 I know we're not ready for this yet, but will there be any plans on
 writing the D compiler in D sometime in the future?
http://github.com/bhelyer/sdc Working on it. It can compile a tiny tiny (tiny) subset (which changes as I work on it) of D2. Long way off from 1.0 (or even 0.1), though.
Aug 22 2010