/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

blog.sigfpe.com
| | danilafe.com
2.7 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.
| | degoes.net
2.3 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | matthew.brecknell.net
1.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.
| | bartoszmilewski.com
14.8 parsecs away

Travel
| This is part 15 of Categories for Programmers. Previously: Representable Functors. See the Table of Contents. Most constructions in category theory are generalizations of results from other more specific areas of mathematics. Things like products, coproducts, monoids, exponentials, etc., have been known long before category theory. They might have been known under different names in...