Yutian9264's Blog

Should you learn GO

2025-06-04


  • Go isn’t suitable for people who has no experience on programming. Python is. For instance, PyCharm has community edition for free to use, but GoLand does’t.

  • Go isn’t easy to learn, it’s simplicity is relative to C++. The Interface and Generic in Go are not easy to comprehend and grasp. Go is like Python for C++ programmers, and like C++ for Python programmers. Aagin, Python is the easiest programming language to learn. Ken Thompson said:

For me, the reason I was enthusiastic about Go is because just about the same time that we were starting on Go, I read (or tried to read) the C++0x proposed standard, and that was a convincer for me.

  • Go and Rust represent a new generation of programming languages. The utmost feature of Go is Compilation Speed ,Concurrency and Memory Management.