Explore >> Select a destination


You are here

www.alexedwards.net
| | erikmcclure.com
15.6 parsecs away

Travel
| | [ 1 · 2 · 3 · 4 · 5 · 6 · 7 ] When moving from C# to C++, one must have a very deep knowledge of what C# is actually doing when you run your program. Doing so allows you to recognize the close parallels between both languages, and why and how they are different. This tutorial will assume you have a fairly strong grasp of C#, but may not be familiar with some of its more arcane attributes.
| | golangbot.com
11.6 parsecs away

Travel
| | Functions can be assigned to variables, passed as arguments to other functions and returned from other functions in Golang. Go also supports closures and anonymous functions.
| | blog.jak-linux.org
11.3 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.
| | alexop.dev
70.8 parsecs away

Travel
| Learn to write robust, predictable TypeScript code using Rust's Result pattern. This post demonstrates practical examples and introduces the ts-results library, implementing Rust's powerful error management approach in TypeScript.