Difference between revisions of "Team Go"

From CDOT Wiki
Jump to: navigation, search
Line 5: Line 5:
 
# [mailto:ssaqib1@myseneca.ca;lpnewell@myseneca.ca?subject=DPS921 eMail All]
 
# [mailto:ssaqib1@myseneca.ca;lpnewell@myseneca.ca?subject=DPS921 eMail All]
 
== Go Programming Language (Golang) ==
 
== Go Programming Language (Golang) ==
 +
Go is an open source programming language made by engineers at Google. The project started development in 2007 and was officially announced in 2009. Built in the gc compiler Google Go is developed as an open source software. The language targets all three major platforms (Linux, OS X and windows) but can also run on mobile devices.
 +
The Go language originated as an experiment by a few google engineers with the intention to take all the positive characteristics of existing languages and resolve the common criticism.
 +
Go is meant to be statically typed scalable language like C++ or java while also being productive and readable; Go tries to avoid the repetition of too many mandatory keywords

Revision as of 20:57, 17 December 2017

Team Go

Group Members

  1. Suhaib Saqib
  2. Liam Newell
  3. eMail All

Go Programming Language (Golang)

Go is an open source programming language made by engineers at Google. The project started development in 2007 and was officially announced in 2009. Built in the gc compiler Google Go is developed as an open source software. The language targets all three major platforms (Linux, OS X and windows) but can also run on mobile devices. The Go language originated as an experiment by a few google engineers with the intention to take all the positive characteristics of existing languages and resolve the common criticism. Go is meant to be statically typed scalable language like C++ or java while also being productive and readable; Go tries to avoid the repetition of too many mandatory keywords