Mainstream D Programming

Henning Hasemann hhasemann at web.de
Sun Oct 14 04:52:52 PDT 2007


Since lots of things work differently in D and C++ it might be even
easier to compile D code into C like opendylan does for example.
(Note that you cant simple translate it to another language anyway. You
*will* have to "compile" it ie instantiate templates etc... Maybe that
would not even be *that* hard since there are a handful D code parsers
underway already)

I dont know if you are aware of it but there is already a gcc frontend
for D (called dgcc aka gdc) ie its possible to compile D code nearly
everywhere where a gcc runs, so getting D code to run on an xbox or
whatever shouldnt really be a problem I think.

Henning

-- 
GPG Public Key:
http://gpg-keyserver.de/pks/lookup?op=get&search=0xDDD6D36D41911851



More information about the Digitalmars-d mailing list