Hacker News new | ask | show | jobs
by seanwilson 1823 days ago
> The set of people using dynamic languages isn't just "those that haven't had their eyes opened yet to what static languages can do".

This was more aimed at people who are new to the idea of parsing over validating. In a strong statically typed language, the type system would naturally guide you to use this approach so if this isn't natural to you then time in other languages would probably be worthwhile.

1 comments

My misunderstanding then. Your comment came across (to me) as saying that people using dynamic language just don't know any better; that, if they would just learn a static language, they would suddenly understand the error of their ways. That's the thought that I was responding to.