Thread overview
D to C
Jun 05, 2007
Laurent Caumont
Jun 05, 2007
Leonard Dahlmann
June 05, 2007
Hi,

Do you plane to create a D compiler who generate C code ?
It can be very usesful for people who works on different platforms (game console, smartphone and so on) with C compiler already avaible.

Thanks.

June 05, 2007
There is a project about this on dsource: http://dsource.org/projects/tdc


Laurent Caumont Wrote:

> Hi,
> 
> Do you plane to create a D compiler who generate C code ?
> It can be very usesful for people who works on different platforms (game console, smartphone and so on) with C compiler already avaible.
> 
> Thanks.
> 

June 05, 2007
"Laurent Caumont" <lcaumont@pamdev.com> wrote in message news:f43he4$52a$1@digitalmars.com...
> Hi,
>
> Do you plane to create a D compiler who generate C code ?
> It can be very usesful for people who works on different platforms (game
> console, smartphone and so on) with C compiler already avaible.
>
> Thanks.

There's also GDC which will compile to any platform that GCC can.  Which is quite a few.