D compiler for .NET

Jason House jason.james.house at gmail.com
Wed Jun 10 14:12:56 PDT 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."

I played around a bit more and it looks like D standard libraries don't compile and there's no access to any .NET libraries. There's a hack to give access to objects in System such as System.Console. I was able to use that to make hello world work. It's useless for my goals. There's no way I could use it at work :( 


More information about the Digitalmars-d-learn mailing list