Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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]
- There are two major implementations:
- Google's self-hosting[17] compiler toolchain targeting multiple operating systems, mobile devices,[18] and WebAssembly.[19]
- gccgo, a GCC frontend.[20][21]
- 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