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 :(