Advertisement
evnasley09

What is Golang Programming Language?

Jan 26th, 2020
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Go, also known as Golang,[14] is a statically typed, compiled programming language designed at Google[15] by Robert Griesemer, Rob Pike, and Ken Thompson.[12] Go is syntactically similar to C, but with memory safety, garbage collection, structural typing,[6] and CSP-style concurrency.[16]
  2.  
  3. There are two major implementations:
  4.  
  5. Google's self-hosting[17] compiler toolchain targeting multiple operating systems, mobile devices,[18] and WebAssembly.[19]
  6. gccgo, a GCC frontend.[20][21]
  7. A third party transpiler, GopherJS,[22] compiles Go to JavaScript for front-end web development.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement