• Active Topics 

The GO Programming Language

Post Reply
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5211
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#1

Go, C++, Java, JavaScript and Python are the most prevalent programming languages officially declared and used by Google. Go is mostly used for highly concurrent performant systems. Try Go:
  1. // This is the Go code!
  2. // Try to run it.
  3. package main
  4. import "fmt"
  5. func main() {
  6.     fmt.Println("Hello, 世界")
  7. }

Go programming language is available for almost all famous distributions: https://golang.org/dl/
0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
User avatar
Eli
Senior Expert Member
Reactions: 183
Posts: 5211
Joined: 9 years ago
Location: Tanzania
Has thanked: 75 times
Been thanked: 88 times
Contact:

#2

0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
Post Reply

Return to “The Go Programming Language”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 0 guests