DEV Community

Discussion on: Which programming language would you start with and why?

Collapse
 
mrdulin profile image
official_dulin

Golang.

  1. There are very few grammars and keywords.
  2. Strong typing to ensure code safety
  3. There is basically only one way to complete a function
  4. I like the concurrency model of goroutine+channel