Hacker News new | ask | show | jobs
by TheCoelacanth 4400 days ago
Even in a dynamically typed language you can't just ignore the types. You still have to make assumptions about what methods and functions can operate on a value; the compiler just doesn't know what assumptions you are making.