Hacker News new | ask | show | jobs
by lysp 135 days ago
So the concept of null?
1 comments

Honestly I’ve always separated the two in my brain but never really thought about it. Nil = 0 or the absence of a quantity, null = the absence of any value at all.
What do you think of Go's nil vs Java's null?