Hacker News new | ask | show | jobs
by rmgraham 5335 days ago
Isn't that the same argument some use against dynamic typing in programming languages?
1 comments

One reason Moose rocks for Perl is it gives you the ability to get some stronger type checking in the dynamically typed language.

So yes, I think dynamic typing can lead to debugging nightmares. It just so happens that often the fact that other factors make up for this in many cases.....