Hacker News new | ask | show | jobs
by coldtea 1296 days ago
It's a language that didn't go all the way to null-safety.

But at least it did explicit (you HAD to add those characters) to get the unsafety than in C is the default.

1 comments

> It's a language that didn't go all the way to null-safety.

Is it? I can’t think of any langage but Elm which doesn’t have that assertion. Though I guess e.g. Idris or ATS could have left out as well.