Hacker News new | ask | show | jobs
by pmattos 3171 days ago
A nice write up generally. I just feel he should also mention the classic static vs dynamic typing thing. From my perspective, teams switching to Go — from dynamic typed language such as Python — really appreciate the additional compiler help it provides ;)
1 comments

You have type checks in python if you want them. It's just opt in.