/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

www.makeworld.space
| | mariocarrion.com
1.4 parsecs away

Travel
| | Using Go Modules to manage dependencies
| | ukiahsmith.com
3.4 parsecs away

Travel
| | Go 1.11 introduced a new concept of Modules which brings first class support for managing dependency versions and enabling reproducible builds. Go previously had no notion of dependency versions, and it has been a long and arduous road to get where we are now. Modules do not just copy the style of other programming language's dependency tools, rather it introduces a few slightly different concepts intended to enable programming in the large.
| | golangbot.com
4.8 parsecs away

Travel
| | Learn to compile and run a hello world program in Go. Execute the program with go install, go build and go run.
| | www.baturin.org
19.4 parsecs away

Travel
| [AI summary] This blog post tutorial explains advanced OCaml programming concepts including parametric polymorphism, higher-order functions like combinators and composition, and algebraic data types with pattern matching.