/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

hypirion.com
| | yehudakatz.com
3.7 parsecs away

Travel
| | TL;DR Although apps and gems look like they share the concept of "dependency", there are some important differences between them. Gems depend on a name and version range, and intentionally don't care about where exactly the dependencies come from. Apps have more controlled deployments, and need a guarantee that
| | ukiahsmith.com
3.8 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.
| | rselbach.com
4.2 parsecs away

Travel
| | [AI summary] A comprehensive guide explaining Go modules version 1.11, covering initialization, versioning strategies, making releases, updating dependencies, handling major version breaks, and tidy/vendoring commands.
| | clojure.org
23.7 parsecs away

Travel
| [AI summary] A comprehensive technical guide detailing Clojure's interoperability with Java, covering class access syntax, method invocation, performance optimization via type hints, and advanced features like proxies and primitive support.