/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
| | www.adamtornhill.com
2.4 parsecs away

Travel
| |
| | www.baturin.org
4.4 parsecs away

Travel
| | [AI summary] This blog post introduces the OCaml programming language, focusing on anonymous and named functions, closures, currying, partial application, and syntactic sugar for function definitions.
| | 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.
| | benhoyt.com
25.2 parsecs away

Travel
| My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.