Skip to content

Instantly share code, notes, and snippets.

View parsanoori's full-sized avatar
😁

Parsa Noori parsanoori

😁
  • Tehran, Iran
  • 16:59 (UTC +03:30)
View GitHub Profile
@BrianWill
BrianWill / Go overview.md
Last active April 14, 2024 07:22
Go language overview for experienced programmers

The Go language for experienced programmers

Why use Go?

  • Like C, but with garbage collection, memory safety, and special mechanisms for concurrency
  • Pointers but no pointer arithmetic
  • No header files
  • Simple, clean syntax
  • Very fast native compilation (about as quick to edit code and restart as a dynamic language)
  • Easy-to-distribute executables