|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - D compiler for .NET
Earlier today, I tried to use the D compiler for .NET from http://dnet.codeplex.com/ Beyond compilation of the compiler, I found zero instructions on what to do next. How do I integrate the compiler into the .NET framework/visual studio? I'd like to be able to add D files to existing solutions (with C# code). If I can do that, I'll probably push for some small adoption of D at work. (I'm hoping mixins and templates will inspire the initial use of D) Any tips or documentation on how to get started would be appreciated. Jun 09 2009
Jason House wrote:Earlier today, I tried to use the D compiler for .NET from http://dnet.codeplex.com/ Beyond compilation of the compiler, I found zero instructions on what to do next. How do I integrate the compiler into the .NET framework/visual studio? I'd like to be able to add D files to existing solutions (with C# code). If I can do that, I'll probably push for some small adoption of D at work. (I'm hoping mixins and templates will inspire the initial use of D) Any tips or documentation on how to get started would be appreciated. Jun 09 2009
Daniel Keep Wrote:Jason House wrote:Earlier today, I tried to use the D compiler for .NET from http://dnet.codeplex.com/ Beyond compilation of the compiler, I found zero instructions on what to do next. How do I integrate the compiler into the .NET framework/visual studio? I'd like to be able to add D files to existing solutions (with C# code). If I can do that, I'll probably push for some small adoption of D at work. (I'm hoping mixins and templates will inspire the initial use of D) Any tips or documentation on how to get started would be appreciated. Jun 10 2009
Daniel Keep Wrote:"The back-end code is not of production quality, it is intended for research and educational purposes. The D Programming Language is a fairly complex language, and non-trivial features such as TLS and closures make it an interesting case study for generating IL code." Jun 10 2009
On Wed, Jun 10, 2009 at 2:12 PM, Jason House<jason.james.house gmail.com> w= rote:Daniel Keep Wrote:"The back-end code is not of production quality, it is intended for research and educational purposes. The D Programming Language is a fairly complex language, and non-trivial features such as TLS and closures make it an interesting case study for generating IL code." Jun 10 2009
Jason House Wrote:Beyond compilation of the compiler, I found zero instructions on what to do next. Jun 10 2009
Kagamin Wrote:Jason House Wrote:I'd like to be able to add D files to existing solutions (with C# code). Jun 10 2009
Jason House Wrote:What I'm really hoping to get out of this is proper generic programming and enhanced compile-time validation. Jun 10 2009
Jason House wrote:Earlier today, I tried to use the D compiler for .NET from http://dnet.codeplex.com/ Beyond compilation of the compiler, I found zero instructions on what to do next. How do I integrate the compiler into the .NET framework/visual studio? I'd like to be able to add D files to existing solutions (with C# code). If I can do that, I'll probably push for some small adoption of D at work. (I'm hoping mixins and templates will inspire the initial use of D) Any tips or documentation on how to get started would be appreciated. Jun 11 2009
|