What features of D you would not miss?

bauss jacobbauss at gmail.com
Thu Sep 15 11:24:07 UTC 2022


On Thursday, 15 September 2022 at 11:11:47 UTC, Dukc wrote:
> On Thursday, 15 September 2022 at 10:50:11 UTC, ryuukk_ wrote:
>>
>> - Class as reference type without the *, it should have been 
>> like Go since day 1, so no confusion instead of trying to be 
>> Java or C#
>>
>> - Exception Handling (taking inspiration from Swift would be 
>> interesting)
>>
>> - @property apparently, i forgot this was a thing until i saw 
>> the post yesterday
>>
>> - enum, replace this and make better enum with pattern 
>> matching and .Enum
>>
>> - byte, short, int, long, give me (u*8, u*16, u*32, u*64, * = 
>> either nothing or int)
>
> Remember, I asked to consider what you would remove 
> __considering backwards compatibility__. You can't be serious 
> about removing all of these, it'd break literally everything.

alias uint = u32;


More information about the Digitalmars-d mailing list