Go

Tags: compiled, concurrent, imperative, modular, multiparadigm, procedural

Related tools:

package main import "fmt" func main() { fmt.Println("Hello, world!") }
Go Summary
Language Go
Home Page