[just.few.tuts] Get Set Go Lang ~ part#1
@ justfewtuts.blogspot.in [6/June/2012]
http://justfewtuts.blogspot.in/2012/06/get-set-go-lang-part1.html
What Is Go Lang?
(in case you just came here while curious web surfing)
Go is an OpenSource programming platform developed by Google (andcontributors) to be expressive and efficient at the same point.
It’s distributed under BSD-style License
It’s a concurrency favoring, statically typed, compiler-based language. Though it declares to be giving ease like dynamically typed interpreted code.
_________________________
On your mark, Get Set GO
(getting started with the quick boost usage)
To directly start playing with Go Lang, visit http://play.golang.org/,
where you can directly type/paste in your go-lang code in an online editor and run to get output.
……….
Rewind before the Start Line and take your First Leap
(first useful step to starting use of Go Lang)
[] quickie at variables and constants, a look at GO’s declaration style…..
[] some function parameters style, the pow above is same as…..
[] function returning multiple values…..
(other fine links to Go, until next part of this tutorial comes)…..