Hacker News new | ask | show | jobs
by TheThickOfIt 2462 days ago
I personally prefer strongly typed languages for almost everything except the most basic of scripts. In my opinion it's very little overhead and helps me keep track of what I'm working with.
1 comments

Python and Ruby are dynamic and strongly typed. Possibly you meant static typing.