On Tuesday, 30 August 2016 at 14:24:22 UTC, eugene wrote:
On Tuesday, 30 August 2016 at 13:33:44 UTC, Nick wrote:
Is it possible to compile from D to C++?
Explanation:
I do some competition programming and would like to write it
in D instead of C++ :)
maybe will help https://wiki.dlang.org/Calypso
That's quite nice, but not what I'm looking for.
What Calypso does, as far as I can see, is to make it possible to
compile C++ and D together. I'm looking for a compiler that takes
in D code and spits out either C or C++ code.