digitalmars.D - D to C
- Laurent Caumont <lcaumont pamdev.com> Jun 05 2007
- Leonard Dahlmann <leo.dahlmann gmail.com> Jun 05 2007
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Jun 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.
Jun 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.
Jun 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.
Jun 05 2007









Leonard Dahlmann <leo.dahlmann gmail.com> 