Y
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
robbrit
3361 days ago
> It's full of escape hatches.
For people who are accustomed to Python or Javascript this is a feature, not a bug.
link
leshow
3359 days ago
It's neither, it's a bad design decision that they were forced to make because the type system isn't expressive enough.
link
For people who are accustomed to Python or Javascript this is a feature, not a bug.