Hacker News new | ask | show | jobs
by choiway 1042 days ago
I do like me some static typing but it took me a while to realize that the guards and pattern matching provides runtime guarantees and not just compile time guarantees.
1 comments

In theory, compile time guarantees renders runtime guarantees useless as long as you don’t interact with untyped code.