Memory safe in D

Alex akornilov.82 at mail.ru
Wed Mar 13 20:53:24 UTC 2024


On Wednesday, 13 March 2024 at 20:34:42 UTC, Alex wrote:
> But the fundamental difference that null pointer checks is 
> performed in D at runtime but in Kotlin (and other languages 
> which support null safety) at compilation time.

I mean that Kotlin can validate code and points all places where 
null reference check must be performed (for nullable type). But 
null reference check itself will be performed in runtime.



More information about the Digitalmars-d mailing list