Opportunities for D
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jul 9 12:58:16 PDT 2014
On 7/9/2014 12:54 PM, bearophile wrote:
> Walter Bright:
>
>> Making it the default is impossible for D.
>
> Is it impossible any strategy analogous to the Java one, as visible in the link
> I've shown earlier in this thread?
> http://blog2.vorburger.ch/2014/07/java-8-null-type-annotations-in-eclipse.html
That's essentially just adding an attribute, like:
@nogc:
to the beginning of a module. It's not making it the default.
More information about the Digitalmars-d
mailing list