Explore >> Select a destination


You are here

lwn.net
| | blog.jak-linux.org
11.7 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.
| | sethops1.net
14.5 parsecs away

Travel
| |
| | www.tedinski.com
15.6 parsecs away

Travel
| | Every form of useful code re-use involves some form of composition operator. We build the whole out of parts, and the seams have properties.
| | www.martinkysel.com
103.8 parsecs away

Travel
| For two strings A and B, we define the similarity of the strings to be the length of the longest prefix common to both strings.