[article] Language Design Deal Breakers

bearophile bearophileHUGS at lycos.com
Sat May 25 18:37:51 PDT 2013


Timon Gehr:

>> Even if it's not a big problem, in the end this problem is now 
>> "solved",
>> because all new languages (Scala,
>
> scala> val s : String = null;
> s: String = null
> scala> s(0)
> java.lang.NullPointerException

Thank you. Are nulls used in Scala outside the strict needs of 
interacting with Java libraries?

Bye,
bearophile


More information about the Digitalmars-d mailing list