Explore >> Select a destination


You are here

lambdaland.org
| | mmhaskell.com
1.7 parsecs away

Travel
| | [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm.
| | johnazariah.github.io
3.8 parsecs away

Travel
| | A post about how the foundations of functional programming have neat effects on real-life programming
| | raku-advent.blog
4.0 parsecs away

Travel
| | Generic datastructure traversals with roles and introspection I am a lambdacamel and therefore I like to adapt concepts and techniques from functional programming, and in particular from the Haskell language, to Raku. One of the techniques that I use a lot is generic traversals, also known as "Scrap Your Boilerplate" after the title of the...
| | blog.thomasheartman.com
23.8 parsecs away

Travel
| In which we take a deep dive into the world of lists by looking at list creation, list comprehension, and about spines and non-strict evaluation. As it turns out, this has some pretty interesting implications.