I loved golang more than any other programming languages for too many reasons.
1. Go has the performance of C/C++/Rust with the simplicity of Python/JavaScript
2. The most consistent programming language out there!
3. backward compatible
4. easily scalable
5. Easy to learn (like Python)
6. Go builds cross-platform versions on one PC
7. Go is Object Oriented yet Functional
8. The Golang Concurrency
9. Compiled Language
10. Garbage Collected
11. Quick Compiling of binary
I love it because Go gives you the simplicity of typing your logic then the great performance you need in simple steps. I can achieve the performance of C/C++/Rust with a simple syntax focusing on the business logic.
1. Go has the performance of C/C++/Rust with the simplicity of Python/JavaScript
2. The most consistent programming language out there!
3. backward compatible
4. easily scalable
5. Easy to learn (like Python)
6. Go builds cross-platform versions on one PC
7. Go is Object Oriented yet Functional
8. The Golang Concurrency
9. Compiled Language
10. Garbage Collected
11. Quick Compiling of binary
I love it because Go gives you the simplicity of typing your logic then the great performance you need in simple steps. I can achieve the performance of C/C++/Rust with a simple syntax focusing on the business logic.