Saturday 10 June 2017

GO Programming language

Go:





- Invented by "Google".

- Compilers used "gc, gccgo and gcc"

- It is statically typed, scalable to large systems such as Java and C++

- No need of too many keywords for high reputation.

- No need use of IDE's but also can be used.

- It is highly supports for networking and multiprocessing.

- The variable declaration is Optional concise and initialization through type inference.

- Fast compilation timing

- Remote package management and online package documentation are additional features.

Link For online Compiler:

https://play.golang.org/p/9cfZNSPRFQ

Link for tutorial

https://www.tutorialspoint.com/go/




No comments:

Post a Comment