Hacker News new | ask | show | jobs
by masklinn 2962 days ago
The difference is that Haskell has very little RTTI, so you can't really see the missing types at runtime. For Java it's much more noticeable, because runtime type manipulations are way more common.