Re: C# to D Compiler :)

2014-12-19 Thread Ronald Adonyo via Digitalmars-d-announce
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

C# to D Compiler :)

2014-12-18 Thread Ronald Adonyo via Digitalmars-d-announce
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

Re: C# to D Compiler :)

2014-12-18 Thread Ronald Adonyo via Digitalmars-d-announce
This is the Current Feature List Basic PInvoke Arrays including initializers Fields/ Properties/Methods with correct hiding semantics Properties are better implemented String Int/Double/Bool Classes and Polymorphism … we follow C# model Some benchmarks - basic linpack, fannkuch, nbody