Skip to content
#

golang

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 414 public repositories matching this topic...

From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…

  • Updated Aug 13, 2023
  • Makefile

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Followers
61.6k followers
Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language