Hacker News new | ask | show | jobs
by leshow 3361 days ago
This article of full of fluff. Citing a static type system as a point for Go? Go's type system is about the weakest of any popular, statically typed language being written today. It's full of escape hatches.
1 comments

> It's full of escape hatches.

For people who are accustomed to Python or Javascript this is a feature, not a bug.

It's neither, it's a bad design decision that they were forced to make because the type system isn't expressive enough.