Interesting rant about Scala's issues

Eric eric at makechip.com
Mon Apr 7 08:46:00 PDT 2014


On Monday, 7 April 2014 at 12:04:15 UTC, Dicebot wrote:
> On Monday, 7 April 2014 at 10:07:03 UTC, Regan Heath wrote:
>> Got a DIP/spec/design to share?
>>
>> R
>
> I think biggest mistake of D enums is merging constants and 
> actual enumerations into single entity which has resulted in 
> weak typing of enumerations.

Which leads to things like not being able to use enums of
class type or struct type in switch statements.

-Eric


More information about the Digitalmars-d-announce mailing list