/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

hoelz.ro
| | ukiahsmith.com
12.6 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.
| | culttt.com
13.4 parsecs away

Travel
| | Elixir is a functional programming language which makes use of the Pipe Operator to simplify the combining of functions and data transformations.
| | www.makeworld.space
14.7 parsecs away

Travel
| | I've seen many people online talk about liking Go and using it, but being confused by its dependency system, called Go modules. This blog post aims to provide a simple introduction with examples. It focuses mostly on Unix-based systems like Linux and macOS over Windows.
| | taylor.fausak.me
63.8 parsecs away

Travel
| Have you ever wanted to install a default exception handler in Haskell? Until recently I didn't think that was possible. Then I found Ivan Gromakovsky's Handling of Uncaught Exceptions in Haskell b...