C# to D Compiler :)

Ronald Adonyo via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Dec 19 00:11:40 PST 2014


On Friday, 19 December 2014 at 07:39:24 UTC, Jacob Carlborg wrote:
> On 2014-12-19 00:56, Ronald Adonyo wrote:
>> Hi Everyone,
>> In my spare time over the last 3 weeks, I've been working on a 
>> C# to D
>> Compiler based on Roslyn.
>> Please check it out and give comments. I would also like this 
>> to be a
>> basis to provide both Libraries in D and allow building native 
>> C#
>> applications with the help of D.
>>
>> Its available on my github
>> https://github.com/afrogeek/SharpNative
>
> This is pretty cool.
>
> When the tool is good enough, then you can run the tool the 
> Roslyn compiler and on itself. Then you'll have a C# compiler 
> and a tool to translate from C# to D, written in D :)
>
> BTW, you should add .DS_Store to .gitignore.

Thanks, Jacob and Stefan,
Done, does anyone have a good idea of how to write Async/Await 
using fibers or state machines in D ?
I have yield return working, and would like to have both these as 
lambdas passed to library functions.

Regards,
Ron.


More information about the Digitalmars-d-announce mailing list