On 09-11-2011 15:54, Kagamin wrote:
Reklen Wrote:Is there a project to export D in .Net world? I see this http://dnet.codeplex.com/ but it seems dead. I don't think D could be a rival to C# but i'm sure it may be interesting if it works in such enviroment.AFAIK the author tried to preserve D string semantics which is incompatible with CLI string semantics, so it proved to be difficult to get it work.
He could have just used plain char[] arrays instead of System.String, though...
- Alex