Hacker News new | ask | show | jobs
by emillon 4640 days ago
The difference is that Haskell does not check types at runtime like Clojure does (which is the point of strong static typing), so if the type is wrong it becomes as unsafe as C.