/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.pl-enthusiast.net
| | degoes.net
4.1 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | noelwelsh.com
5.5 parsecs away

Travel
| | [AI summary] The post explains functional programming as a hypothesis about software quality centered on local reasoning and composition rather than just language features like immutability, using examples from Scala, TypeScript, and Haskell.
| | www.jeremykun.com
4.5 parsecs away

Travel
| | This post comes in preparation for a post on decision trees (a specific type of tree used for classification in machine learning). While most mathematicians and programmers are familiar with trees, we have yet to discuss them on this blog. For completeness, well give a brief overview of the terminology and constructions associated with trees, and describe a few common algorithms on trees. We will assume the reader has read our first primer on graph theory, which is a light assumption.
| | patshaughnessy.net
26.1 parsecs away

Travel
| [AI summary] A Ruby developer explains the unique challenges of mastering Rust's mandatory error handling by comparing it to learning a foreign language with distinct vocabulary for concepts like success and failure.