Explore >> Select a destination


You are here

www.alexedwards.net
| | blog.jak-linux.org
10.6 parsecs away

Travel
| | (What follows is an excerpt from my master's thesis, almost all of section 2.1, quickly introducing Go to people familiar with CS) Go is an imperative programming language for concurrent programming created at and mainly developed by Google, initially mostly by Robert Griesemer, Rob Pike, and Ken Thompson. Design of the language started in 2007, and an initial version was released in 2009; with the first stable version, 1.0 released in 2012 1.
| | lukesingham.com
6.7 parsecs away

Travel
| | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour
| | denniskubes.com
9.6 parsecs away

Travel
| |
| | jameschambers.com
78.6 parsecs away

Travel
| Even when you're dealing with Function Apps that have limited scope it's a good idea to break your scripts up into manageable, possibly reusable chunks. This is especially true if you want to work wit