Quote from: burnyd on November 21, 2016, 08:04:09 AM
I mean if you are used to statically typed languages then learn Go. Its better for that exact reason. I cant get into it because I have started with oo languages like Python so I have just dealt with the pain and any sort of library issues I would typically just go in and fix whatever the issue is on the library I imported. Also, with things like Go theres no whitespacing bs.
If you use virtualenv and pip it is quite manageable. As for whitespacing just setup your editor properly (they all have some PEP8 plugin) then it just isn't that big a deal.
I'd say Ruby dependencies issue is worse and Java is much uglier than Python. Haven't really tried Go so can't comment on that.