/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.dhsdevelopments.com
| | golangbot.com
2.6 parsecs away

Travel
| | Arrays are collection of elements of the same type. A slice in Go is a convenient wrapper on top of array.
| | lukesingham.com
3.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
| | blog.jak-linux.org
4.4 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.
| | gbracha.blogspot.com
18.1 parsecs away

Travel
| In this post, I wanted to make a case for reflection in the context of pure functional programming. I don't know that pure functional langua...