digitalmars.D - Self-compilation
- sybrandy (4/4) Aug 22 2010 Hello,
- Pedro Rodrigues (4/4) Aug 22 2010 There are already projects aiming to write a D compiler in D:
- sybrandy (6/10) Aug 24 2010 Thanks for all the answers, but I was looking more for an official
- Trass3r (1/2) Aug 24 2010 Yep ddmd is a wonderful project :)
- Bernard Helyer (4/6) Aug 22 2010 http://github.com/bhelyer/sdc
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
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
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/ RegardsThanks 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
languages that can compile themselves make me smile.Yep ddmd is a wonderful project :)
Aug 24 2010
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