/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

mariocarrion.com
| | chrismanbrown.gitlab.io
2.8 parsecs away

Travel
| | [AI summary] The author reviews ten positive aspects of Deno, a modern JavaScript runtime that aims to simplify development with built-in TypeScript support, automatic tooling, and secure defaults.
| | ukiahsmith.com
2.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.
| | nikita-volkov.github.io
5.5 parsecs away

Travel
| | In this post I'm gonna highlight the issues of the "Internal" modularisation convention and provide a proper solution to the same set of problems.
| | www.chriswarbo.net
15.8 parsecs away

Travel
| [AI summary] A discussion thread clarifying misconceptions about state, the IO monad, and functional purity in Haskell by explaining how the language represents imperative programs as pure data structures.