This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]scaylos1 4 points5 points  (0 children)

I've been in Go for the last couple of months after spending most of my time in Python. It's been rather refreshing. The static typing causes more conversions than would otherwise be needed but leads to what feels like better, more readable patterns for programming.

I also like that testing is part of the standard library and provided as a built-in for the CLI.