Hacker News new | ask | show | jobs
by josephg 469 days ago
Yeah. But I don’t really consider any language which has implicit nullability to be “modern”. It’s a bad design. It causes bugs.

Plenty of recent languages have fixed this problem - like zig, Swift, kotlin, rust and typescript. Go is behind the curve.