Explore >> Select a destination


You are here

bartoszmilewski.com
| | cronokirby.com
2.5 parsecs away

Travel
| | Exploring 3 different ways of encoding the natural numbers - Read more: https://cronokirby.com/posts/2020/08/encoding-the-naturals/
| | www.jeremykun.com
2.0 parsecs away

Travel
| | A lot of people who like functional programming often give the reason that the functional style is simply more elegant than the imperative style. When compelled or inspired to explain (as I did in my old post, How I Learned to Love Functional Programming), they often point to the three "higher-order" functions map, fold, and filter, as providing a unifying framework for writing and reasoning about programs. But how unifying are they, really?
| | jackkelly.name
2.3 parsecs away

Travel
| |
| | deniskyashif.com
28.5 parsecs away

Travel
| How to define a recursive function in a language which doesn't support recursion using the Y combinator.