Go

Advantages of Go

  1. Code runs fast
  2. Garbage Collection
  3. Simpler Objects
  4. Concurrency is efficient

Nuances

  • An init function is automatically called before the main function in go