Y
Hacker News
new
|
ask
|
show
|
jobs
by
kristianp
4074 days ago
This isn't really the same thing. Haskell (and Ocaml) make you deal with the null case, whereas C# just lets you propagate the nulls. Haskell's way is safer, c# is just handy syntax.