What are the worst parts of D?

Ola Fosheim Grostad via Digitalmars-d digitalmars-d at puremagic.com
Sun Sep 21 15:57:34 PDT 2014


On Sunday, 21 September 2014 at 22:41:04 UTC, H. S. Teoh via 
Digitalmars-d wrote:
> with, and you'd have to explicitly ask for impure / mutable

"Impure" should be on parameters so you can do dataflow in the 
presence of FFI.

So you basically need better mechanisms.

But then you have to analyze the needs first (e.g. the desirable 
semantics that currently are avoided) All of then.

Adding one hack after the other is not the best approach.





More information about the Digitalmars-d mailing list