www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D to C

reply Laurent Caumont <lcaumont pamdev.com> writes:
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.
Jun 05 2007
next sibling parent Leonard Dahlmann <leo.dahlmann gmail.com> writes:
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.
 
Jun 05 2007
prev sibling parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"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.
Jun 05 2007