Hacker News new | ask | show | jobs
by beala 4768 days ago
There is a big difference between static and dynamic checking. In a statically checked language like Haskell the error is guaranteed to be caught at compile time rather than maybe being caught runtime.