Hacker News new | past | comments | ask | show | jobs | submit login

Learn Go ;-)

No seriously, spend an evening on doing the tour [1] and you won't regret it (all you need is a browser). Actually, the syntax is kinda clean and easy to read. Python might look cleaner at first glance, but it has a lot more tricks you need to learn to understand someone else's code.

Writing Go on the other side is more complicated as you have to learn how to design interfaces properly and there are a lot of common mistakes everybody does in the beginning.

[1]: https://tour.golang.org




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: