Hacker News new | ask | show | jobs
by kpmah 1775 days ago
I'm a type enthusiast, but dynamic languages make a lot of sense for small programs that either give you an immediate answer or fail to run (i.e. not long running, few branches).

In those cases, the difference between a compile-time check and a run-time check is much smaller.

1 comments

If you have a decent test suite the difference also narrows considerably.