What do you want to see for a mature DLang?

I Love Stuffing ilovestuffing at gmail.com
Fri Dec 29 22:05:31 UTC 2017


On Friday, 29 December 2017 at 09:46:05 UTC, JN wrote:
> AFAIK Rust doesn't have templates, but generics. Generics 
> usually have much cleaner error messages because they are 
> mostly used for generic functions and classes, meanwhile 
> templates can do that too but much, much more, but when they 
> break, you get entire paragraphs of template errors.

Templates are bad because they write code for you. And it's that 
code you don't write that could have errors. It's a double edge 
sword.

Also, for a mature D, some damn collections. Queues, Stacks, 
Deques, etc...


More information about the Digitalmars-d mailing list