Three things I like about Golang
Now, Go is my second favorite language, and I want to write down why.
Firstly, I was playing with Go around 2010, and attracted it because of gofmt
, which was a big surprise for me. I was always saying, “Go is nice, because they have gofm! You won’t need to care about your coding style.”. However the development environment was poor, we need to compile it with 6g
, and need to write Makefile, which made me down (scon or cmake was favorite build tool at that time). At that time, it was said that it’ll take 10 years for one programming language get major, i was not into it so much.
At 2013, I was thinking about to challenge new things, and heard that Go has nice build toolset called gotool
. It has passed just 3 years since it appears, so I thought it maybe too fast to begin with. Now I feel like I was wrong, Go has become a strong language that has potentially beats others.
Here’s why.
...