/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

eli.thegreenplace.net
| | danilafe.com
2.2 parsecs away

Travel
| | [AI summary] The blog post explains how to generalize Haskell's foldr function to any recursive data type using the concept of base functors and catamorphisms.
| | matthew.brecknell.net
2.2 parsecs away

Travel
| |
| | blog.scottnonnenberg.com
2.7 parsecs away

Travel
| | My functional journey started with Javascript techniques, grew as I briefly explored a few functional languages, then bloomed as I got comfortable with Elixir. Going further has finally defined...
| | matthew.brecknell.net
25.9 parsecs away

Travel
| [AI summary] This article explains a Haskell performance optimization trick using difference lists to convert quadratic-time list-building functions into linear-time operations by leveraging monoids and folds.