Questions tagged [go]

Go is a compiled, garbage-collected, concurrent programming language developed by Google Inc.

Go aims to provide the efficiency of a statically typed compiled language with the ease of programming of a dynamic language. Other goals include:

  • Safety: Type-safe and memory-safe.
  • Good support for concurrency and communication.
  • Efficient, latency-free garbage collection.
  • High-speed compilation.

(Source: Wikipedia)

Go hamster (source golang.org/ref/)

8 questions
47
votes
4 answers

Developing games in Go?

Google's new Go language is still in its infancy, and it has yet to find widespread real-world use or support. Even so, it seems like a promising experiment, and I wonder if it could have a future in game development. I haven't been able to find…
TSomKes
  • 101
  • 1
  • 2
  • 8