C# to D Compiler :)

ZombineDev via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Dec 21 07:12:24 PST 2014


One example of a somewhat large performance oriented C# 
application is OpenRA[1].
(An open-source implementation of the Command & Conquer: Red 
Alert engine using .NET/Mono and OpenGL. Runs on Windows, Linux 
and Mac OS X)

It is interesting to see how far it can be translated from C# to 
D and what the performance would be.

I'll give it a shot when I have the time, though you may also 
find it useful as a way to benchmark your compiler ;)


[1]: https://github.com/OpenRA/OpenRA


More information about the Digitalmars-d-announce mailing list