Interesting rant about Scala's issues

bearophile bearophileHUGS at lycos.com
Fri Apr 4 03:29:07 PDT 2014


> I suspect that in my D code most cast usage does not need casts 
> if you replace them with stronger casts as the "enum class" of 
> C++11, but I have no proof of this.

Too much casting. I meant to say:

I suspect that in my D code most usages of enum don't need casts 
if you replace them with stronger enums (like the "enum class" of 
C++11), but I have no proof of this.

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list