I\'m curious: has anyone used D together with .NET languages? Is that even possible? What kind of stuff is easier/makes sense to do in D that\'s hard to do in, say, C++/CLI?
You can call a D DLL by creating a DLL with a C Interface, and then calling it via P/Invoke from .NET.