Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 09, 2011 .Net | ||||
---|---|---|---|---|
| ||||
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. |
November 09, 2011 Re: .Net | ||||
---|---|---|---|---|
| ||||
Posted in reply to Reklen | Am 09.11.2011, 13:39 Uhr, schrieb Reklen <reklen@mymaill.com>:
> Is there a project to export D in .Net world? I see this
> http://dnet.codeplex.com/
> but it seems dead.
Feel free to continue that project ;)
Apart from that you are left with C interface dlls.
|
November 09, 2011 Re: .Net | ||||
---|---|---|---|---|
| ||||
Posted in reply to Reklen | 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.
|
November 09, 2011 Re: .Net | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kagamin | 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
|
Copyright © 1999-2021 by the D Language Foundation