Feedback on Átila's Vision for D

12345swordy alexanderheistermann at gmail.com
Wed Oct 16 18:16:17 UTC 2019


On Wednesday, 16 October 2019 at 17:40:42 UTC, Atila Neves wrote:
> On Wednesday, 16 October 2019 at 16:42:28 UTC, Rumbu wrote:
>> On Tuesday, 15 October 2019 at 13:09:15 UTC, Mike Parker wrote:
>>> [...]
>>
>> I will put this here: 
>> https://rawgit.com/wilzbach/state-of-d/master/report.html
>>
>> [...]
>
> Which parts of that survey would you like the vision to include?

First class tuples for me personally.

As a side note, we really need to start discussing the current 
status of "alias this". Multi "alias this" isn't implemented and 
walter is now thinking that it is a bad idea in general. He want 
structs to be implemented via component approach rather then 
using "alias this". If that were the case then the D language 
needs to  implement custom implicit conversions for 
structs/classes as implicit conversions are provided by "alias 
this". We can implemented it with strict rules to avoid the 
nightmare scenario that is c++(Opt-in rather then Opt-out).

-Alex


More information about the Digitalmars-d mailing list