Sunday, September 18, 2016

Why GO ?

Hi All...!

In this post I'm going to show you guys why we have to use GO programming language instead of other programming languages.

“Go will be the server language of the future.” - Tobias Lütke, Shopify

Go is great:

  • Open-source
  • Go is a relatively simple language, easy to read and easy to learn.
  • Go has builtin support for safe multicore programming.
  • Go compiles quickly.
  • Go runs relatively fast.
  • Go is cross-platform.
  • Pure Go programs are standalone, and can run without requiring any other software packages to be installed.
  • Go is statically typed.
  • The standard library is well-documented and consistent.

I think these things are enough for now we will discuss more complex advantages later.

No comments:

Post a Comment